29 lines
317 B
Plaintext
29 lines
317 B
Plaintext
meta {
|
|
name: update breathing color
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
put {
|
|
url: {{baseUrl}}/breathing-colors/:id
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
id: 1
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"name": "بنفش",
|
|
"colors": ["#6829DD", "#1A50CC"],
|
|
"is_active": true
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|