mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-06 12:37:45 +00:00
draft imported /resources
This commit is contained in:
@@ -5800,51 +5800,34 @@ paths:
|
|||||||
description: Get Plex server access tokens and server connections
|
description: Get Plex server access tokens and server connections
|
||||||
operationId: get-server-resources
|
operationId: get-server-resources
|
||||||
parameters:
|
parameters:
|
||||||
|
- $ref: "#/components/parameters/accepts"
|
||||||
- $ref: "#/components/parameters/X-Plex-Client-Identifier"
|
- $ref: "#/components/parameters/X-Plex-Client-Identifier"
|
||||||
- name: includeHttps
|
- name: includeHttps
|
||||||
in: query
|
in: query
|
||||||
description: Include Https entries in the results
|
description: Include Https entries in the results
|
||||||
schema:
|
schema:
|
||||||
type: integer
|
allOf:
|
||||||
format: int32
|
- $ref: "#/components/schemas/BoolInt"
|
||||||
enum:
|
- default: 0
|
||||||
- 0
|
example: 1
|
||||||
- 1
|
|
||||||
example: 1
|
|
||||||
default: 0
|
|
||||||
x-speakeasy-enums:
|
|
||||||
- DISABLE
|
|
||||||
- ENABLE
|
|
||||||
- name: includeRelay
|
- name: includeRelay
|
||||||
in: query
|
in: query
|
||||||
description: |
|
description: |
|
||||||
Include Relay addresses in the results
|
Include Relay addresses in the results
|
||||||
E.g: https://10-0-0-25.bbf8e10c7fa20447cacee74cd9914cde.plex.direct:32400
|
E.g: https://10-0-0-25.bbf8e10c7fa20447cacee74cd9914cde.plex.direct:32400
|
||||||
schema:
|
schema:
|
||||||
type: integer
|
allOf:
|
||||||
format: int32
|
- $ref: "#/components/schemas/BoolInt"
|
||||||
enum:
|
- default: 0
|
||||||
- 0
|
example: 1
|
||||||
- 1
|
|
||||||
example: 1
|
|
||||||
default: 0
|
|
||||||
x-speakeasy-enums:
|
|
||||||
- DISABLE
|
|
||||||
- ENABLE
|
|
||||||
- name: includeIPv6
|
- name: includeIPv6
|
||||||
in: query
|
in: query
|
||||||
description: Include IPv6 entries in the results
|
description: Include IPv6 entries in the results
|
||||||
schema:
|
schema:
|
||||||
type: integer
|
allOf:
|
||||||
format: int32
|
- $ref: "#/components/schemas/BoolInt"
|
||||||
enum:
|
- default: 0
|
||||||
- 0
|
example: 1
|
||||||
- 1
|
|
||||||
example: 1
|
|
||||||
default: 0
|
|
||||||
x-speakeasy-enums:
|
|
||||||
- DISABLE
|
|
||||||
- ENABLE
|
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: List of Plex Devices. This includes Plex hosted servers and clients
|
description: List of Plex Devices. This includes Plex hosted servers and clients
|
||||||
@@ -14841,9 +14824,15 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
BoolInt:
|
BoolInt:
|
||||||
type: integer
|
type: integer
|
||||||
|
format: int32
|
||||||
enum:
|
enum:
|
||||||
- 0
|
- 0
|
||||||
- 1
|
- 1
|
||||||
|
example: 1
|
||||||
|
default: 0
|
||||||
|
x-speakeasy-enums:
|
||||||
|
- FALSE
|
||||||
|
- TRUE
|
||||||
Channel:
|
Channel:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|||||||
Reference in New Issue
Block a user