From 7da4129019ca921fc89b8f82b852cb21e0dc7b46 Mon Sep 17 00:00:00 2001 From: lukehagar Date: Mon, 17 Apr 2023 20:03:21 +0000 Subject: [PATCH] Updating OpenAPI Spec --- static/plex-api-spec-dereferenced.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/static/plex-api-spec-dereferenced.yaml b/static/plex-api-spec-dereferenced.yaml index 289f859..de615b7 100644 --- a/static/plex-api-spec-dereferenced.yaml +++ b/static/plex-api-spec-dereferenced.yaml @@ -2096,6 +2096,31 @@ paths: summary: Get Devices description: Get Devices operationId: getDevices + parameters: + - name: includeHttps + description: Include Https entries in the results + in: query + schema: + type: number + enum: + - 0 + - 1 + - name: includeRelay + description: Include Relay addresses in the results + in: query + schema: + type: number + enum: + - 0 + - 1 + - name: includeIPv6 + description: Include IPv6 entries in the results + in: query + schema: + type: number + enum: + - 0 + - 1 responses: '200': description: List of Plex Devices