mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-09 20:47:45 +00:00
Updating PMS Spec
This commit is contained in:
@@ -10,6 +10,7 @@ info:
|
||||
email: Lukeslakemail@gmail.com
|
||||
license:
|
||||
name: MIT
|
||||
identifier: MIT
|
||||
url: 'https://opensource.org/licenses/MIT'
|
||||
servers:
|
||||
- url: 'http://{Local IP}:{Port}'
|
||||
@@ -28,6 +29,20 @@ servers:
|
||||
Port:
|
||||
default: '32400'
|
||||
description: The port to access your plex server
|
||||
- url: '{Protocol}://{Local IP}:{Port}'
|
||||
variables:
|
||||
Protocol:
|
||||
default: http
|
||||
description: The protocl to use when connecting to your plex server
|
||||
enum:
|
||||
- http
|
||||
- https
|
||||
Local IP:
|
||||
default: 10.10.10.47
|
||||
description: The Local IP Address of your plex server
|
||||
Port:
|
||||
default: '32400'
|
||||
description: The port to access your plex server
|
||||
security:
|
||||
- Token: []
|
||||
ClientIdentifier: []
|
||||
|
||||
Reference in New Issue
Block a user