Skip to content

Commit

Permalink
added section ID to playlist upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeHagar committed Sep 19, 2024
1 parent 4816907 commit d1c3b9b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/paths/playlists/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1c3b9b

Please sign in to comment.