mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 12:37:45 +00:00
Security for pins endpoints
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
post:
|
post:
|
||||||
security: []
|
|
||||||
tags:
|
tags:
|
||||||
- Authentication
|
- Authentication
|
||||||
summary: Get a Pin
|
summary: Get a Pin
|
||||||
|
|||||||
@@ -129,10 +129,14 @@ paths:
|
|||||||
/pins:
|
/pins:
|
||||||
servers:
|
servers:
|
||||||
- url: https://plex.tv/api/v2
|
- url: https://plex.tv/api/v2
|
||||||
|
security:
|
||||||
|
- PlexClientIdentifier: []
|
||||||
$ref: "./paths/plex.tv/pins.yaml"
|
$ref: "./paths/plex.tv/pins.yaml"
|
||||||
/pins/{pinID}:
|
/pins/{pinID}:
|
||||||
servers:
|
servers:
|
||||||
- url: https://plex.tv/api/v2
|
- url: https://plex.tv/api/v2
|
||||||
|
security:
|
||||||
|
- PlexClientIdentifier: []
|
||||||
$ref: "./paths/plex.tv/pins-id.yaml"
|
$ref: "./paths/plex.tv/pins-id.yaml"
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user