29 lines
324 B
Plaintext
29 lines
324 B
Plaintext
meta {
|
|
name: update preset
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
put {
|
|
url: {{baseUrl}}/timer-presets/:id
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
id: 1
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"name": "تایمر برای یوگا روزانه",
|
|
"duration_seconds": 300,
|
|
"volume": 40
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|