mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 04:20:52 +00:00
removed the / from the url, this caused incorrect urls in the SDK's
This commit is contained in:
@@ -102,10 +102,8 @@ properties:
|
|||||||
properties:
|
properties:
|
||||||
protocol:
|
protocol:
|
||||||
description: The protocol used for the connection (http, https, etc)
|
description: The protocol used for the connection (http, https, etc)
|
||||||
|
example: "http"
|
||||||
type: string
|
type: string
|
||||||
enum:
|
|
||||||
- http
|
|
||||||
- https
|
|
||||||
address:
|
address:
|
||||||
description: The (ip) address or domain name used for the connection
|
description: The (ip) address or domain name used for the connection
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
get:
|
get:
|
||||||
servers:
|
servers:
|
||||||
- url: https://plex.tv/api/v2/
|
- url: https://plex.tv/api/v2
|
||||||
tags:
|
tags:
|
||||||
- Plex
|
- Plex
|
||||||
summary: Get Companions Data
|
summary: Get Companions Data
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
get:
|
get:
|
||||||
servers:
|
servers:
|
||||||
- url: https://plex.tv/api/v2/
|
- url: https://plex.tv/api/v2
|
||||||
tags:
|
tags:
|
||||||
- Plex
|
- Plex
|
||||||
summary: Get list of friends of the user logged in
|
summary: Get list of friends of the user logged in
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
get:
|
get:
|
||||||
servers:
|
servers:
|
||||||
- url: https://plex.tv/api/v2/
|
- url: https://plex.tv/api/v2
|
||||||
security: [] # No security required
|
security: [] # No security required
|
||||||
tags:
|
tags:
|
||||||
- Plex
|
- Plex
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
get:
|
get:
|
||||||
servers:
|
servers:
|
||||||
- url: https://plex.tv/api/v2/
|
- url: https://plex.tv/api/v2
|
||||||
security: [] # No security required
|
security: [] # No security required
|
||||||
tags:
|
tags:
|
||||||
- Plex
|
- Plex
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
post:
|
post:
|
||||||
servers:
|
servers:
|
||||||
- url: https://plex.tv/api/v2/
|
- url: https://plex.tv/api/v2
|
||||||
tags:
|
tags:
|
||||||
- Plex
|
- Plex
|
||||||
summary: Get a Pin
|
summary: Get a Pin
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
get:
|
get:
|
||||||
servers:
|
servers:
|
||||||
- url: https://plex.tv/api/v2/
|
- url: https://plex.tv/api/v2
|
||||||
tags:
|
tags:
|
||||||
- Plex
|
- Plex
|
||||||
summary: Get Server Resources
|
summary: Get Server Resources
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
get:
|
get:
|
||||||
servers:
|
servers:
|
||||||
- url: https://plex.tv/api/v2/
|
- url: https://plex.tv/api/v2
|
||||||
tags:
|
tags:
|
||||||
- Authentication
|
- Authentication
|
||||||
summary: Get Token Details
|
summary: Get Token Details
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
post:
|
post:
|
||||||
servers:
|
servers:
|
||||||
- url: https://plex.tv/api/v2/
|
- url: https://plex.tv/api/v2
|
||||||
security: []
|
security: []
|
||||||
tags:
|
tags:
|
||||||
- Authentication
|
- Authentication
|
||||||
|
|||||||
Reference in New Issue
Block a user