Files
XIVPlan-DB/.bruno/Plan Endpoints/create plan.bru
2026-04-10 01:24:21 -04:00

27 lines
311 B
Plaintext

meta {
name: create plan
type: http
seq: 3
}
post {
url: http://localhost:14014/api/create
body: json
auth: inherit
}
body:json {
{
"name": "test",
"pin": "1234",
"planName": "test plan",
"folder": "",
"data": "data string"
}
}
settings {
encodeUrl: true
timeout: 0
}