Skip to content

Commit 32430be

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

File tree

3 files changed

+4463
-1709
lines changed

3 files changed

+4463
-1709
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: 66 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,12 @@
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",
@@ -291,6 +297,12 @@
291297
"slug": "v1-list-all-branches",
292298
"type": "operation"
293299
},
300+
{
301+
"id": "v1-push-a-branch",
302+
"title": "Push a branch",
303+
"slug": "v1-push-a-branch",
304+
"type": "operation"
305+
},
294306
{
295307
"id": "v1-reset-a-branch",
296308
"title": "Reset a branch",
@@ -320,6 +332,12 @@
320332
"title": "Exchange oauth token",
321333
"slug": "v1-exchange-oauth-token",
322334
"type": "operation"
335+
},
336+
{
337+
"id": "v1-revoke-token",
338+
"title": "Revoke token",
339+
"slug": "v1-revoke-token",
340+
"type": "operation"
323341
}
324342
]
325343
},
@@ -357,6 +375,12 @@
357375
"type": "category",
358376
"title": "Projects",
359377
"items": [
378+
{
379+
"id": "v1-cancel-a-project-restoration",
380+
"title": "Cancel a project restoration",
381+
"slug": "v1-cancel-a-project-restoration",
382+
"type": "operation"
383+
},
360384
{
361385
"id": "v1-create-a-project",
362386
"title": "Create a project",
@@ -382,15 +406,21 @@
382406
"type": "operation"
383407
},
384408
{
385-
"id": "v1-get-postgrest-upgrade-eligibility",
386-
"title": "Get postgrest upgrade eligibility",
387-
"slug": "v1-get-postgrest-upgrade-eligibility",
409+
"id": "v1-get-postgres-upgrade-eligibility",
410+
"title": "Get postgres upgrade eligibility",
411+
"slug": "v1-get-postgres-upgrade-eligibility",
412+
"type": "operation"
413+
},
414+
{
415+
"id": "v1-get-postgres-upgrade-status",
416+
"title": "Get postgres upgrade status",
417+
"slug": "v1-get-postgres-upgrade-status",
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-project",
422+
"title": "Get project",
423+
"slug": "v1-get-project",
394424
"type": "operation"
395425
},
396426
{
@@ -411,6 +441,24 @@
411441
"slug": "v1-list-all-projects",
412442
"type": "operation"
413443
},
444+
{
445+
"id": "v1-list-available-restore-versions",
446+
"title": "List available restore versions",
447+
"slug": "v1-list-available-restore-versions",
448+
"type": "operation"
449+
},
450+
{
451+
"id": "v1-pause-a-project",
452+
"title": "Pause a project",
453+
"slug": "v1-pause-a-project",
454+
"type": "operation"
455+
},
456+
{
457+
"id": "v1-restore-a-project",
458+
"title": "Restore a project",
459+
"slug": "v1-restore-a-project",
460+
"type": "operation"
461+
},
414462
{
415463
"id": "v1-update-network-restrictions",
416464
"title": "Update network restrictions",
@@ -489,11 +537,23 @@
489537
"type": "category",
490538
"title": "Storage",
491539
"items": [
540+
{
541+
"id": "v1-get-storage-config",
542+
"title": "Get storage config",
543+
"slug": "v1-get-storage-config",
544+
"type": "operation"
545+
},
492546
{
493547
"id": "v1-list-all-buckets",
494548
"title": "List all buckets",
495549
"slug": "v1-list-all-buckets",
496550
"type": "operation"
551+
},
552+
{
553+
"id": "v1-update-storage-config",
554+
"title": "Update storage config",
555+
"slug": "v1-update-storage-config",
556+
"type": "operation"
497557
}
498558
]
499559
}

0 commit comments

Comments
 (0)