mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 12:37:44 +00:00
corrected mistakes
This commit is contained in:
@@ -30,13 +30,7 @@ get:
|
|||||||
required: true
|
required: true
|
||||||
description: the Id of the library to query
|
description: the Id of the library to query
|
||||||
schema:
|
schema:
|
||||||
x-speakeasy-type-override: any
|
|
||||||
type: [integer, string]
|
type: [integer, string]
|
||||||
examples:
|
|
||||||
librarySectionID:
|
|
||||||
value: 1
|
|
||||||
providerSectionID:
|
|
||||||
value: watchlist
|
|
||||||
- name: tag
|
- name: tag
|
||||||
in: path
|
in: path
|
||||||
required: true
|
required: true
|
||||||
@@ -68,7 +62,7 @@ get:
|
|||||||
description: |
|
description: |
|
||||||
Adds the Guids object to the response
|
Adds the Guids object to the response
|
||||||
schema:
|
schema:
|
||||||
type: enum
|
type: integer
|
||||||
enum:
|
enum:
|
||||||
- 0
|
- 0
|
||||||
- 1
|
- 1
|
||||||
@@ -79,7 +73,7 @@ get:
|
|||||||
description: |
|
description: |
|
||||||
Adds the Meta object to the response
|
Adds the Meta object to the response
|
||||||
schema:
|
schema:
|
||||||
type: enum
|
type: integer
|
||||||
enum:
|
enum:
|
||||||
- 0
|
- 0
|
||||||
- 1
|
- 1
|
||||||
|
|||||||
@@ -23,9 +23,6 @@ get:
|
|||||||
schema:
|
schema:
|
||||||
$ref: ../../models/AuthPinContainer.yaml
|
$ref: ../../models/AuthPinContainer.yaml
|
||||||
'400':
|
'400':
|
||||||
content:
|
|
||||||
application/json:
|
|
||||||
schema:
|
|
||||||
$ref: ../../responses/400-MissingIdentifier.yaml
|
$ref: ../../responses/400-MissingIdentifier.yaml
|
||||||
'404':
|
'404':
|
||||||
description: Not Found or Expired
|
description: Not Found or Expired
|
||||||
|
|||||||
@@ -2881,15 +2881,9 @@ paths:
|
|||||||
required: true
|
required: true
|
||||||
description: the Id of the library to query
|
description: the Id of the library to query
|
||||||
schema:
|
schema:
|
||||||
x-speakeasy-type-override: any
|
|
||||||
type:
|
type:
|
||||||
- integer
|
- integer
|
||||||
- string
|
- string
|
||||||
examples:
|
|
||||||
librarySectionID:
|
|
||||||
value: 1
|
|
||||||
providerSectionID:
|
|
||||||
value: watchlist
|
|
||||||
- name: tag
|
- name: tag
|
||||||
in: path
|
in: path
|
||||||
required: true
|
required: true
|
||||||
@@ -5800,9 +5794,6 @@ paths:
|
|||||||
newRegistration:
|
newRegistration:
|
||||||
type: 'null'
|
type: 'null'
|
||||||
'400':
|
'400':
|
||||||
content:
|
|
||||||
application/json:
|
|
||||||
schema:
|
|
||||||
description: Bad Request response when the X-Plex-Client-Identifier is missing
|
description: Bad Request response when the X-Plex-Client-Identifier is missing
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
|
|||||||
Reference in New Issue
Block a user