feat:add new

This commit is contained in:
2026-06-03 20:14:20 +03:30
parent b243ec3c0b
commit 0f4e86c9e1
41 changed files with 663 additions and 8 deletions
+28
View File
@@ -0,0 +1,28 @@
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
}