Security for pins endpoints

This commit is contained in:
Luke Hagar
2023-04-13 20:07:57 -05:00
parent 819ae4c404
commit 73a155fd52
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,4 @@
post:
security: []
tags:
- Authentication
summary: Get a Pin

View File

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