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