Files
api-meditation/breath exercise/edit-template.bru
T
2026-05-19 19:25:56 +03:30

36 lines
420 B
Plaintext

meta {
name: edit-template
type: http
seq: 2
}
put {
url: {{baseUrl}}/breathing-templates/:id
body: json
auth: inherit
}
params:path {
id: 13
}
headers {
~Content-Type: application/json
}
body:json {
{
"name": "استرس شخصی",
"inhale":4,
"exhale":3,
"breath_hold":5,
"duration":45,
"description":"asdsadaasdas",
"image_id":3
}
}
settings {
encodeUrl: true
}