Files
2026-06-03 20:14:20 +03:30

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
}