This commit is contained in:
2026-06-06 21:21:25 +03:30
parent 0f4e86c9e1
commit fc732ae75f
6 changed files with 45 additions and 6 deletions
+11 -6
View File
@@ -4,9 +4,9 @@ meta {
seq: 12
}
put {
post {
url: {{baseUrl}}/music-playlists/:id
body: json
body: multipartForm
auth: inherit
}
@@ -14,10 +14,15 @@ params:path {
id: 1
}
body:json {
{
"name":"خواب"
}
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 {