mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-07 20:47:47 +00:00
Added resource parameters
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user