Files
XIVPlan-DB/.bruno/Plan Endpoints/undelete plan.bru
2026-04-09 23:04:03 -04:00

24 lines
249 B
Plaintext

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