29 lines
326 B
Plaintext
29 lines
326 B
Plaintext
meta {
|
|
name: update background sound
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/background-sounds/:id
|
|
body: multipartForm
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
id: 1
|
|
}
|
|
|
|
body:multipart-form {
|
|
name: دریا
|
|
order: 2
|
|
is_active: 1
|
|
~sound: @file()
|
|
~image: @file()
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|