mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 20:47:46 +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:
|
||||
protocol:
|
||||
description: The protocol used for the connection (http, https, etc)
|
||||
example: "http"
|
||||
type: string
|
||||
enum:
|
||||
- http
|
||||
- https
|
||||
address:
|
||||
description: The (ip) address or domain name used for the connection
|
||||
type: string
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
get:
|
||||
servers:
|
||||
- url: https://plex.tv/api/v2/
|
||||
- url: https://plex.tv/api/v2
|
||||
tags:
|
||||
- Plex
|
||||
summary: Get Companions Data
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
get:
|
||||
servers:
|
||||
- url: https://plex.tv/api/v2/
|
||||
- url: https://plex.tv/api/v2
|
||||
tags:
|
||||
- Plex
|
||||
summary: Get list of friends of the user logged in
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
get:
|
||||
servers:
|
||||
- url: https://plex.tv/api/v2/
|
||||
- url: https://plex.tv/api/v2
|
||||
security: [] # No security required
|
||||
tags:
|
||||
- Plex
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
get:
|
||||
servers:
|
||||
- url: https://plex.tv/api/v2/
|
||||
- url: https://plex.tv/api/v2
|
||||
security: [] # No security required
|
||||
tags:
|
||||
- Plex
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
post:
|
||||
servers:
|
||||
- url: https://plex.tv/api/v2/
|
||||
- url: https://plex.tv/api/v2
|
||||
tags:
|
||||
- Plex
|
||||
summary: Get a Pin
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
get:
|
||||
servers:
|
||||
- url: https://plex.tv/api/v2/
|
||||
- url: https://plex.tv/api/v2
|
||||
tags:
|
||||
- Plex
|
||||
summary: Get Server Resources
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
get:
|
||||
servers:
|
||||
- url: https://plex.tv/api/v2/
|
||||
- url: https://plex.tv/api/v2
|
||||
tags:
|
||||
- Authentication
|
||||
summary: Get Token Details
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
post:
|
||||
servers:
|
||||
- url: https://plex.tv/api/v2/
|
||||
- url: https://plex.tv/api/v2
|
||||
security: []
|
||||
tags:
|
||||
- Authentication
|
||||
|
||||
Reference in New Issue
Block a user