Updating PMS Spec

This commit is contained in:
lukehagar
2023-06-02 20:59:54 +00:00
parent ee12f4b156
commit a21a170e83

View File

@@ -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: []