Files
2026-06-16 19:14:43 +03:30

32 lines
373 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
~is_premium: 1
~image: @file()
~video: @file()
~sound: @file()
}
settings {
encodeUrl: true
timeout: 0
}