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

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
}