Files
api-meditation/track/music/update music (image).bru
T
2026-06-03 20:14:20 +03:30

28 lines
333 B
Plaintext

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
}