26 lines
287 B
Plaintext
26 lines
287 B
Plaintext
meta {
|
|
name: add music to playlist
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/music/:musicId/add-to-playlist
|
|
body: multipartForm
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
musicId: 1
|
|
}
|
|
|
|
body:multipart-form {
|
|
playlist_id: 2
|
|
~order:
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|