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

25 lines
274 B
Plaintext

meta {
name: move plan
type: http
seq: 6
}
put {
url: http://localhost:14014/api/move/[planId]
body: json
auth: inherit
}
body:json {
{
"name": "test",
"pin": "1234",
"folder": "new folder name"
}
}
settings {
encodeUrl: true
timeout: 0
}