mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 12:37:44 +00:00
added section ID to playlist upload
This commit is contained in:
@@ -32,6 +32,14 @@ post:
|
||||
- 0
|
||||
- 1
|
||||
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:
|
||||
"200":
|
||||
description: The playlist is uploaded
|
||||
|
||||
Reference in New Issue
Block a user