feat:add new
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user