removed the / from the url, this caused incorrect urls in the SDK's

This commit is contained in:
JasonLandbridge
2024-09-26 23:37:48 +02:00
parent ad3f94f439
commit 4a2450b25e
9 changed files with 9 additions and 11 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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