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:
|
||||
security: []
|
||||
tags:
|
||||
- Authentication
|
||||
summary: Get a Pin
|
||||
|
||||
@@ -129,10 +129,14 @@ paths:
|
||||
/pins:
|
||||
servers:
|
||||
- url: https://plex.tv/api/v2
|
||||
security:
|
||||
- PlexClientIdentifier: []
|
||||
$ref: "./paths/plex.tv/pins.yaml"
|
||||
/pins/{pinID}:
|
||||
servers:
|
||||
- url: https://plex.tv/api/v2
|
||||
security:
|
||||
- PlexClientIdentifier: []
|
||||
$ref: "./paths/plex.tv/pins-id.yaml"
|
||||
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user