Add Rename/Move/Update endpoints

This commit is contained in:
Ean Milligan
2026-04-09 23:04:03 -04:00
parent 3ffdb046ae
commit 820af82bde
7 changed files with 121 additions and 2 deletions

View File

@@ -0,0 +1,24 @@
meta {
name: rename plan
type: http
seq: 3
}
put {
url: http://localhost:14014/api/rename/[planId]
body: json
auth: inherit
}
body:json {
{
"name": "test",
"pin": "1234",
"planName": "new plan name"
}
}
settings {
encodeUrl: true
timeout: 0
}