Files
XIVPlan-DB/.bruno/Plan Endpoints/update plan.bru
2026-04-10 01:27:48 -04:00

25 lines
274 B
Plaintext

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