25 lines
274 B
Plaintext
25 lines
274 B
Plaintext
meta {
|
|
name: update plan
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
put {
|
|
url: http://localhost:14014/api/update/[planId]
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"name": "test",
|
|
"pin": "1234",
|
|
"data": "new plan data"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|