From cc6fbdbb97f47b1b46c0cea528213f4b6d2111ab Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Mon, 17 Apr 2023 15:02:51 -0500 Subject: [PATCH] Added resource parameters --- referenced/paths/plex.tv/resources.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/referenced/paths/plex.tv/resources.yaml b/referenced/paths/plex.tv/resources.yaml index 150526cc..daebe28f 100644 --- a/referenced/paths/plex.tv/resources.yaml +++ b/referenced/paths/plex.tv/resources.yaml @@ -4,6 +4,31 @@ get: 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