Skip to content

Commit d03b0c4

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

File tree

3 files changed

+2591
-977
lines changed

3 files changed

+2591
-977
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: 30 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",
@@ -382,15 +388,21 @@
382388
"type": "operation"
383389
},
384390
{
385-
"id": "v1-get-postgrest-upgrade-eligibility",
386-
"title": "Get postgrest upgrade eligibility",
387-
"slug": "v1-get-postgrest-upgrade-eligibility",
391+
"id": "v1-get-postgres-upgrade-eligibility",
392+
"title": "Get postgres upgrade eligibility",
393+
"slug": "v1-get-postgres-upgrade-eligibility",
394+
"type": "operation"
395+
},
396+
{
397+
"id": "v1-get-postgres-upgrade-status",
398+
"title": "Get postgres upgrade status",
399+
"slug": "v1-get-postgres-upgrade-status",
388400
"type": "operation"
389401
},
390402
{
391-
"id": "v1-get-postgrest-upgrade-status",
392-
"title": "Get postgrest upgrade status",
393-
"slug": "v1-get-postgrest-upgrade-status",
403+
"id": "v1-get-project",
404+
"title": "Get project",
405+
"slug": "v1-get-project",
394406
"type": "operation"
395407
},
396408
{
@@ -489,11 +501,23 @@
489501
"type": "category",
490502
"title": "Storage",
491503
"items": [
504+
{
505+
"id": "v1-get-storage-config",
506+
"title": "Get storage config",
507+
"slug": "v1-get-storage-config",
508+
"type": "operation"
509+
},
492510
{
493511
"id": "v1-list-all-buckets",
494512
"title": "List all buckets",
495513
"slug": "v1-list-all-buckets",
496514
"type": "operation"
515+
},
516+
{
517+
"id": "v1-update-storage-config",
518+
"title": "Update storage config",
519+
"slug": "v1-update-storage-config",
520+
"type": "operation"
497521
}
498522
]
499523
}

0 commit comments

Comments
 (0)