Updating OpenAPI Spec

This commit is contained in:
lukehagar
2023-03-28 14:24:18 +00:00
parent c6f6d4af1a
commit 48aa5b8f2f

View File

@@ -476,6 +476,21 @@ paths:
description: Multi-Line Log Message Posted successfully description: Multi-Line Log Message Posted successfully
'401': '401':
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query. description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
/log/networked:
get:
tags:
- Log
summary: Enabling Papertrail
description: |
This endpoint will enable all Plex Media Serverlogs to be sent to the Papertrail networked logging site for a period of time.
operationId: enablePaperTrail
responses:
'200':
description: Papertrail enabled successfully
'401':
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
'403':
description: the user was not signed in
tags: tags:
- name: Activities - name: Activities
description: | description: |