mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-11 04:20:52 +00:00
format
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user