mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-11 04:20:52 +00:00
added section ID to playlist upload
This commit is contained in:
@@ -32,6 +32,14 @@ post:
|
|||||||
- 0
|
- 0
|
||||||
- 1
|
- 1
|
||||||
required: true
|
required: true
|
||||||
|
- name: sectionID
|
||||||
|
description: Possibly the section ID to upload the playlist to, we are not certain.
|
||||||
|
in: query
|
||||||
|
schema:
|
||||||
|
type: integer
|
||||||
|
example: 1
|
||||||
|
default: 1
|
||||||
|
required: true
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: The playlist is uploaded
|
description: The playlist is uploaded
|
||||||
|
|||||||
Reference in New Issue
Block a user