Skip to content

Commit 33792f3

Browse files
saltcodgithub-actions[bot]
authored andcommitted
feat: update mgmt api docs
1 parent 1378ef2 commit 33792f3

File tree

3 files changed

+4258
-1343
lines changed

3 files changed

+4258
-1343
lines changed

apps/docs/spec/api_v1_openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

apps/docs/spec/common-api-sections.json

Lines changed: 72 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,24 @@
225225
"type": "category",
226226
"title": "Edge Functions",
227227
"items": [
228+
{
229+
"id": "v1-create-a-function",
230+
"title": "Create a function",
231+
"slug": "v1-create-a-function",
232+
"type": "operation"
233+
},
228234
{
229235
"id": "v1-delete-a-function",
230236
"title": "Delete a function",
231237
"slug": "v1-delete-a-function",
232238
"type": "operation"
233239
},
240+
{
241+
"id": "v1-deploy-a-function",
242+
"title": "Deploy a function",
243+
"slug": "v1-deploy-a-function",
244+
"type": "operation"
245+
},
234246
{
235247
"id": "v1-get-a-function",
236248
"title": "Get a function",
@@ -291,6 +303,12 @@
291303
"slug": "v1-list-all-branches",
292304
"type": "operation"
293305
},
306+
{
307+
"id": "v1-push-a-branch",
308+
"title": "Push a branch",
309+
"slug": "v1-push-a-branch",
310+
"type": "operation"
311+
},
294312
{
295313
"id": "v1-reset-a-branch",
296314
"title": "Reset a branch",
@@ -320,6 +338,12 @@
320338
"title": "Exchange oauth token",
321339
"slug": "v1-exchange-oauth-token",
322340
"type": "operation"
341+
},
342+
{
343+
"id": "v1-revoke-token",
344+
"title": "Revoke token",
345+
"slug": "v1-revoke-token",
346+
"type": "operation"
323347
}
324348
]
325349
},
@@ -357,6 +381,12 @@
357381
"type": "category",
358382
"title": "Projects",
359383
"items": [
384+
{
385+
"id": "v1-cancel-a-project-restoration",
386+
"title": "Cancel a project restoration",
387+
"slug": "v1-cancel-a-project-restoration",
388+
"type": "operation"
389+
},
360390
{
361391
"id": "v1-create-a-project",
362392
"title": "Create a project",
@@ -382,15 +412,21 @@
382412
"type": "operation"
383413
},
384414
{
385-
"id": "v1-get-postgrest-upgrade-eligibility",
386-
"title": "Get postgrest upgrade eligibility",
387-
"slug": "v1-get-postgrest-upgrade-eligibility",
415+
"id": "v1-get-postgres-upgrade-eligibility",
416+
"title": "Get postgres upgrade eligibility",
417+
"slug": "v1-get-postgres-upgrade-eligibility",
388418
"type": "operation"
389419
},
390420
{
391-
"id": "v1-get-postgrest-upgrade-status",
392-
"title": "Get postgrest upgrade status",
393-
"slug": "v1-get-postgrest-upgrade-status",
421+
"id": "v1-get-postgres-upgrade-status",
422+
"title": "Get postgres upgrade status",
423+
"slug": "v1-get-postgres-upgrade-status",
424+
"type": "operation"
425+
},
426+
{
427+
"id": "v1-get-project",
428+
"title": "Get project",
429+
"slug": "v1-get-project",
394430
"type": "operation"
395431
},
396432
{
@@ -411,6 +447,24 @@
411447
"slug": "v1-list-all-projects",
412448
"type": "operation"
413449
},
450+
{
451+
"id": "v1-list-available-restore-versions",
452+
"title": "List available restore versions",
453+
"slug": "v1-list-available-restore-versions",
454+
"type": "operation"
455+
},
456+
{
457+
"id": "v1-pause-a-project",
458+
"title": "Pause a project",
459+
"slug": "v1-pause-a-project",
460+
"type": "operation"
461+
},
462+
{
463+
"id": "v1-restore-a-project",
464+
"title": "Restore a project",
465+
"slug": "v1-restore-a-project",
466+
"type": "operation"
467+
},
414468
{
415469
"id": "v1-update-network-restrictions",
416470
"title": "Update network restrictions",
@@ -489,11 +543,23 @@
489543
"type": "category",
490544
"title": "Storage",
491545
"items": [
546+
{
547+
"id": "v1-get-storage-config",
548+
"title": "Get storage config",
549+
"slug": "v1-get-storage-config",
550+
"type": "operation"
551+
},
492552
{
493553
"id": "v1-list-all-buckets",
494554
"title": "List all buckets",
495555
"slug": "v1-list-all-buckets",
496556
"type": "operation"
557+
},
558+
{
559+
"id": "v1-update-storage-config",
560+
"title": "Update storage config",
561+
"slug": "v1-update-storage-config",
562+
"type": "operation"
497563
}
498564
]
499565
}

0 commit comments

Comments
 (0)