Files
api-meditation/settings/update scene.bru
T
2026-06-15 14:26:41 +03:30

31 lines
356 B
Plaintext

meta {
name: update scene
type: http
seq: 3
}
post {
url: {{baseUrl}}/scenes/:id
body: multipartForm
auth: inherit
}
params:path {
id: 1
}
body:multipart-form {
~name: موج‌های دریا
~theme_id: 1
~order: 1
~is_active: 1
~image: @file()
~video: @file()
~sound: @file()
}
settings {
encodeUrl: true
timeout: 0
}