fix
This commit is contained in:
@@ -21,6 +21,11 @@ body:multipart-form {
|
||||
category_ids[]: 1
|
||||
subcategory_ids[]: 1
|
||||
name: انگیزشی هایپ 5
|
||||
~description: Music for deep sleep
|
||||
~image_id: 1
|
||||
~image: @file()
|
||||
~detail_image_id: 1
|
||||
~detail_image: @file()
|
||||
}
|
||||
|
||||
settings {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user