Skip to content

Commit 0296827

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

File tree

3 files changed

+2923
-843
lines changed

3 files changed

+2923
-843
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: 48 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
},
@@ -382,15 +400,21 @@
382400
"type": "operation"
383401
},
384402
{
385-
"id": "v1-get-postgrest-upgrade-eligibility",
386-
"title": "Get postgrest upgrade eligibility",
387-
"slug": "v1-get-postgrest-upgrade-eligibility",
403+
"id": "v1-get-postgres-upgrade-eligibility",
404+
"title": "Get postgres upgrade eligibility",
405+
"slug": "v1-get-postgres-upgrade-eligibility",
388406
"type": "operation"
389407
},
390408
{
391-
"id": "v1-get-postgrest-upgrade-status",
392-
"title": "Get postgrest upgrade status",
393-
"slug": "v1-get-postgrest-upgrade-status",
409+
"id": "v1-get-postgres-upgrade-status",
410+
"title": "Get postgres upgrade status",
411+
"slug": "v1-get-postgres-upgrade-status",
412+
"type": "operation"
413+
},
414+
{
415+
"id": "v1-get-project",
416+
"title": "Get project",
417+
"slug": "v1-get-project",
394418
"type": "operation"
395419
},
396420
{
@@ -411,6 +435,12 @@
411435
"slug": "v1-list-all-projects",
412436
"type": "operation"
413437
},
438+
{
439+
"id": "v1-pause-a-project",
440+
"title": "Pause a project",
441+
"slug": "v1-pause-a-project",
442+
"type": "operation"
443+
},
414444
{
415445
"id": "v1-update-network-restrictions",
416446
"title": "Update network restrictions",
@@ -489,11 +519,23 @@
489519
"type": "category",
490520
"title": "Storage",
491521
"items": [
522+
{
523+
"id": "v1-get-storage-config",
524+
"title": "Get storage config",
525+
"slug": "v1-get-storage-config",
526+
"type": "operation"
527+
},
492528
{
493529
"id": "v1-list-all-buckets",
494530
"title": "List all buckets",
495531
"slug": "v1-list-all-buckets",
496532
"type": "operation"
533+
},
534+
{
535+
"id": "v1-update-storage-config",
536+
"title": "Update storage config",
537+
"slug": "v1-update-storage-config",
538+
"type": "operation"
497539
}
498540
]
499541
}

0 commit comments

Comments
 (0)