Skip to content

Commit de80626

Browse files
feat: update mgmt api docs (supabase#37652)
Co-authored-by: phamhieu <[email protected]>
1 parent b0d1b93 commit de80626

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

apps/docs/spec/api_v1_openapi.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4950,7 +4950,10 @@
49504950
"items": {
49514951
"type": "object",
49524952
"properties": {
4953-
"postgres_version": { "type": "string", "enum": ["15", "17", "17-oriole"] },
4953+
"postgres_version": {
4954+
"type": "string",
4955+
"enum": ["13", "14", "15", "17", "17-oriole"]
4956+
},
49544957
"release_channel": {
49554958
"type": "string",
49564959
"enum": ["internal", "alpha", "beta", "ga", "withdrawn", "preview"]

apps/docs/spec/cli_v1_commands.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ flags:
7474
name: --workdir <string>
7575
description: path to a Supabase project directory
7676
default_value: ''
77-
- id: "yes"
77+
- id: 'yes'
7878
name: --yes
7979
description: answer yes to all prompts
8080
default_value: 'false'

apps/docs/spec/transforms/api_v1_openapi_deparsed.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4935,7 +4935,7 @@
49354935
"properties": {
49364936
"postgres_version": {
49374937
"type": "string",
4938-
"enum": ["15", "17", "17-oriole"]
4938+
"enum": ["13", "14", "15", "17", "17-oriole"]
49394939
},
49404940
"release_channel": {
49414941
"type": "string",
@@ -15541,7 +15541,7 @@
1554115541
"properties": {
1554215542
"postgres_version": {
1554315543
"type": "string",
15544-
"enum": ["15", "17", "17-oriole"]
15544+
"enum": ["13", "14", "15", "17", "17-oriole"]
1554515545
},
1554615546
"release_channel": {
1554715547
"type": "string",

0 commit comments

Comments
 (0)