Files
api-meditation/track/playlist/update playlist.bru
T
2026-06-06 21:21:25 +03:30

32 lines
417 B
Plaintext

meta {
name: update playlist
type: http
seq: 12
}
post {
url: {{baseUrl}}/music-playlists/:id
body: multipartForm
auth: inherit
}
params:path {
id: 1
}
body:multipart-form {
name: خواب
~description: Music for deep sleep
~image_id: 1
~image: @file()
~detail_image_id: 1
~detail_image: @file()
~category_ids[]: 1
~subcategory_ids[]: 1
}
settings {
encodeUrl: true
timeout: 0
}