27 lines
248 B
Plaintext
27 lines
248 B
Plaintext
meta {
|
|
name: update playlist
|
|
type: http
|
|
seq: 12
|
|
}
|
|
|
|
put {
|
|
url: {{baseUrl}}/music-playlists/:id
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
id: 1
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"name":"خواب"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|