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
|
||||
- 2
|
||||
- 3
|
||||
- name: includeGuids
|
||||
in: query
|
||||
descriptions: |
|
||||
Adds the Guids object to the response
|
||||
schema:
|
||||
type: integer
|
||||
required: false
|
||||
examples:
|
||||
- 1
|
||||
responses:
|
||||
"200":
|
||||
description: The metadata of the library item.
|
||||
|
||||
@@ -12,15 +12,8 @@ get:
|
||||
schema:
|
||||
type: number
|
||||
required: true
|
||||
- name: includeGuids
|
||||
in: query
|
||||
descriptions: |
|
||||
Adds the Guids object to the response
|
||||
schema:
|
||||
type: integer
|
||||
required: false
|
||||
examples:
|
||||
- 1
|
||||
- 17
|
||||
responses:
|
||||
"200":
|
||||
description: The metadata of the library item.
|
||||
|
||||
Reference in New Issue
Block a user