feat:add new

This commit is contained in:
2026-06-03 20:14:20 +03:30
parent b243ec3c0b
commit 0f4e86c9e1
41 changed files with 663 additions and 8 deletions
+27
View File
@@ -0,0 +1,27 @@
meta {
name: update music (image)
type: http
seq: 9
}
post {
url: {{baseUrl}}/music/:id
body: multipartForm
auth: inherit
}
params:path {
id: 1
}
body:multipart-form {
_method: PUT
~title: Ocean Wave
~image_id: 1
image: @file(C:\Users\vada\Downloads\cover.jpg)
}
settings {
encodeUrl: true
timeout: 0
}
+3 -2
View File
@@ -16,8 +16,9 @@ body:multipart-form {
file: @file(C:\Users\nourk\Downloads\Music\Sepatifay.mp3)
playlist_id: 2
type: public
~duration:
~image_id:
~duration:
~image_id:
~image: @file()
}
settings {