feat: initialize
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user