diff --git a/.bruno/Plan Endpoints/create plan.bru b/.bruno/Plan Endpoints/create plan.bru index 34f8a19..f768ac5 100644 --- a/.bruno/Plan Endpoints/create plan.bru +++ b/.bruno/Plan Endpoints/create plan.bru @@ -1,7 +1,7 @@ meta { name: create plan type: http - seq: 3 + seq: 4 } post { diff --git a/.bruno/Plan Endpoints/delete plan.bru b/.bruno/Plan Endpoints/delete plan.bru index de04dc6..bfe739f 100644 --- a/.bruno/Plan Endpoints/delete plan.bru +++ b/.bruno/Plan Endpoints/delete plan.bru @@ -1,7 +1,7 @@ meta { name: delete plan type: http - seq: 8 + seq: 9 } delete { diff --git a/.bruno/Plan Endpoints/export plans.bru b/.bruno/Plan Endpoints/export plans.bru new file mode 100644 index 0000000..1ebf6f2 --- /dev/null +++ b/.bruno/Plan Endpoints/export plans.bru @@ -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 +} diff --git a/.bruno/Plan Endpoints/move plan.bru b/.bruno/Plan Endpoints/move plan.bru index 2c772c2..4796dc8 100644 --- a/.bruno/Plan Endpoints/move plan.bru +++ b/.bruno/Plan Endpoints/move plan.bru @@ -1,7 +1,7 @@ meta { name: move plan type: http - seq: 6 + seq: 7 } put { diff --git a/.bruno/Plan Endpoints/rename plan.bru b/.bruno/Plan Endpoints/rename plan.bru index 7b48b7a..e05e518 100644 --- a/.bruno/Plan Endpoints/rename plan.bru +++ b/.bruno/Plan Endpoints/rename plan.bru @@ -1,7 +1,7 @@ meta { name: rename plan type: http - seq: 5 + seq: 6 } put { diff --git a/.bruno/Plan Endpoints/undelete plan.bru b/.bruno/Plan Endpoints/undelete plan.bru index c34f292..37c39d5 100644 --- a/.bruno/Plan Endpoints/undelete plan.bru +++ b/.bruno/Plan Endpoints/undelete plan.bru @@ -1,7 +1,7 @@ meta { name: undelete plan type: http - seq: 7 + seq: 8 } put { diff --git a/.bruno/Plan Endpoints/update plan.bru b/.bruno/Plan Endpoints/update plan.bru index a67381d..40285b4 100644 --- a/.bruno/Plan Endpoints/update plan.bru +++ b/.bruno/Plan Endpoints/update plan.bru @@ -1,7 +1,7 @@ meta { name: update plan type: http - seq: 4 + seq: 5 } put {