32 lines
373 B
Plaintext
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
|
|
}
|