Files
api-meditation/insight timer/presets/update preset.bru
T
2026-06-03 20:14:20 +03:30

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
}