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