32 lines
482 B
Plaintext
32 lines
482 B
Plaintext
meta {
|
|
name: store preset
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/timer-presets
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"name": "تایمر برای یوگا روزانه",
|
|
"duration_seconds": 150,
|
|
"start_bell_id": 1,
|
|
"end_bell_id": 2,
|
|
"interval_bell_id": 1,
|
|
"interval_seconds": 20,
|
|
"interval_repeat": 7,
|
|
"background_sound_id": 1,
|
|
"background_image_id": 1,
|
|
"volume": 16
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|