From 48aa5b8f2f9151e968e1e9d2b60b4ba70f64b685 Mon Sep 17 00:00:00 2001 From: lukehagar Date: Tue, 28 Mar 2023 14:24:18 +0000 Subject: [PATCH] Updating OpenAPI Spec --- static/plex-api-spec-dereferenced.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/static/plex-api-spec-dereferenced.yaml b/static/plex-api-spec-dereferenced.yaml index 1e0dc3d..242d1a8 100644 --- a/static/plex-api-spec-dereferenced.yaml +++ b/static/plex-api-spec-dereferenced.yaml @@ -476,6 +476,21 @@ paths: description: Multi-Line Log Message Posted successfully '401': 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: - name: Activities description: |