diff --git a/referenced/paths/plex.tv/pins.yaml b/referenced/paths/plex.tv/pins.yaml index 6a35b097..585f233e 100644 --- a/referenced/paths/plex.tv/pins.yaml +++ b/referenced/paths/plex.tv/pins.yaml @@ -1,5 +1,4 @@ post: - security: [] tags: - Authentication summary: Get a Pin diff --git a/referenced/plex-api-spec.yaml b/referenced/plex-api-spec.yaml index 1bbc8b9a..d92c122a 100644 --- a/referenced/plex-api-spec.yaml +++ b/referenced/plex-api-spec.yaml @@ -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: