add export plans bruno file

This commit is contained in:
Ean Milligan
2026-04-10 01:27:48 -04:00
parent b56dd344fc
commit 76cbb05e96
7 changed files with 22 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
meta { meta {
name: create plan name: create plan
type: http type: http
seq: 3 seq: 4
} }
post { post {

View File

@@ -1,7 +1,7 @@
meta { meta {
name: delete plan name: delete plan
type: http type: http
seq: 8 seq: 9
} }
delete { delete {

View File

@@ -0,0 +1,16 @@
meta {
name: export plans
type: http
seq: 3
}
get {
url: http://localhost:14014/api/export/[userId]
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}

View File

@@ -1,7 +1,7 @@
meta { meta {
name: move plan name: move plan
type: http type: http
seq: 6 seq: 7
} }
put { put {

View File

@@ -1,7 +1,7 @@
meta { meta {
name: rename plan name: rename plan
type: http type: http
seq: 5 seq: 6
} }
put { put {

View File

@@ -1,7 +1,7 @@
meta { meta {
name: undelete plan name: undelete plan
type: http type: http
seq: 7 seq: 8
} }
put { put {

View File

@@ -1,7 +1,7 @@
meta { meta {
name: update plan name: update plan
type: http type: http
seq: 4 seq: 5
} }
put { put {