mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 04:20:52 +00:00
refactor: rework/cleanup
This commit is contained in:
@@ -16,6 +16,15 @@ get:
|
|||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
- 3
|
- 3
|
||||||
|
- name: includeGuids
|
||||||
|
in: query
|
||||||
|
descriptions: |
|
||||||
|
Adds the Guids object to the response
|
||||||
|
schema:
|
||||||
|
type: integer
|
||||||
|
required: false
|
||||||
|
examples:
|
||||||
|
- 1
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: The metadata of the library item.
|
description: The metadata of the library item.
|
||||||
|
|||||||
@@ -12,15 +12,8 @@ get:
|
|||||||
schema:
|
schema:
|
||||||
type: number
|
type: number
|
||||||
required: true
|
required: true
|
||||||
- name: includeGuids
|
|
||||||
in: query
|
|
||||||
descriptions: |
|
|
||||||
Adds the Guids object to the response
|
|
||||||
schema:
|
|
||||||
type: integer
|
|
||||||
required: false
|
|
||||||
examples:
|
examples:
|
||||||
- 1
|
- 17
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: The metadata of the library item.
|
description: The metadata of the library item.
|
||||||
|
|||||||
Reference in New Issue
Block a user