feat:add
This commit is contained in:
@@ -15,7 +15,7 @@ params:path {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body:multipart-form {
|
body:multipart-form {
|
||||||
playlist_id: 3
|
playlist_id: 2
|
||||||
~order:
|
~order:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ meta {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get {
|
get {
|
||||||
url: {{baseUrl}}/music/
|
url: {{baseUrl}}/music/1
|
||||||
body: none
|
body: none
|
||||||
auth: inherit
|
auth: inherit
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ meta {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get {
|
get {
|
||||||
url: {{baseUrl}}/music-playlists/1
|
url: {{baseUrl}}/music-playlists/
|
||||||
body: none
|
body: none
|
||||||
auth: inherit
|
auth: inherit
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,18 +5,24 @@ meta {
|
|||||||
}
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
url: {{baseUrl}}/music-playlists?category_id=1&subcategory_id=2&name=انگیزشی هایپ 3
|
url: {{baseUrl}}/music-playlists
|
||||||
body: none
|
body: multipartForm
|
||||||
auth: inherit
|
auth: inherit
|
||||||
}
|
}
|
||||||
|
|
||||||
params:query {
|
params:query {
|
||||||
category_id: 1
|
~category_id: 1
|
||||||
subcategory_id: 2
|
~subcategory_id: 1
|
||||||
name: انگیزشی هایپ 3
|
~name: انگیزشی هایپ 4
|
||||||
~description: Music for deep sleep
|
~description: Music for deep sleep
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body:multipart-form {
|
||||||
|
category_ids[]: 1
|
||||||
|
subcategory_ids[]: 1
|
||||||
|
name: انگیزشی هایپ 5
|
||||||
|
}
|
||||||
|
|
||||||
settings {
|
settings {
|
||||||
encodeUrl: true
|
encodeUrl: true
|
||||||
timeout: 0
|
timeout: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user