This commit is contained in:
JasonLandbridge
2024-09-04 11:35:20 +02:00
parent e2f85f7aaa
commit 86b8fdc1be

View File

@@ -5,10 +5,10 @@ info:
description: An Open API Spec for interacting with Plex.tv and Plex Media Server description: An Open API Spec for interacting with Plex.tv and Plex Media Server
contact: contact:
name: Luke Hagar name: Luke Hagar
url: 'https://www.LukeHagar.com' url: "https://www.LukeHagar.com"
email: Lukeslakemail@gmail.com email: Lukeslakemail@gmail.com
license: license:
url: 'https://opensource.org/license/mit' url: "https://opensource.org/license/mit"
name: MIT name: MIT
servers: servers:
@@ -16,7 +16,7 @@ servers:
description: The full address of your Plex Server description: The full address of your Plex Server
variables: variables:
protocol: protocol:
default: "http" default: "https"
enum: enum:
- "http" - "http"
- "https" - "https"