Files
XIVPlan-DB/.bruno/Plan Endpoints/update plan.bru

25 lines
274 B
Plaintext

meta {
name: update plan
type: http
seq: 2
}
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
}