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