Skip to content

Commit 027ff0c

Browse files
MIngPAPAgithub-actions[bot]
authored andcommitted
feat: update mgmt api docs
1 parent 4e3b2da commit 027ff0c

3 files changed

Lines changed: 1374 additions & 49 deletions

File tree

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: 18 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
{

0 commit comments

Comments
 (0)