37 lines
456 B
Plaintext
37 lines
456 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,
|
|
"colors":["#6829DD","#1A50CC"]
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|