Skip to content

Commit 56ea471

Browse files
committed
Support getting bulk playlists by permalink
1 parent 9e75593 commit 56ea471

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

api/swagger/swagger-v1.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ paths:
10841084
get:
10851085
tags:
10861086
- playlists
1087-
description: Gets a list of playlists by ID
1087+
description: Gets a list of playlists by ID, UPC, or permalink
10881088
operationId: Get Bulk Playlists
10891089
parameters:
10901090
- name: user_id
@@ -1101,6 +1101,15 @@ paths:
11011101
type: array
11021102
items:
11031103
type: string
1104+
- name: permalink
1105+
in: query
1106+
description: The permalink(s) of the playlist(s)
1107+
style: form
1108+
explode: true
1109+
schema:
1110+
type: array
1111+
items:
1112+
type: string
11041113
- name: upc
11051114
in: query
11061115
description: The UPC of the playlist(s)

0 commit comments

Comments
 (0)