Updating OpenAPI Spec

This commit is contained in:
lukehagar
2023-04-14 01:10:31 +00:00
parent 91d495c825
commit ff9ee450d2

View File

@@ -4934,8 +4934,9 @@ paths:
/pins: /pins:
servers: servers:
- url: 'https://plex.tv/api/v2' - url: 'https://plex.tv/api/v2'
security:
- PlexClientIdentifier: []
post: post:
security: []
tags: tags:
- Authentication - Authentication
summary: Get a Pin summary: Get a Pin
@@ -5122,6 +5123,8 @@ paths:
'/pins/{pinID}': '/pins/{pinID}':
servers: servers:
- url: 'https://plex.tv/api/v2' - url: 'https://plex.tv/api/v2'
security:
- PlexClientIdentifier: []
get: get:
tags: tags:
- Authentication - Authentication