Skip to content

Commit 10de53e

Browse files
saltcodgithub-actions[bot]
authored andcommitted
feat: update mgmt api docs
1 parent 4e12a1f commit 10de53e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/docs/spec/api_v1_openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4501,7 +4501,7 @@
45014501
"type": "string",
45024502
"enum": ["internal", "alpha", "beta", "ga", "withdrawn", "preview"]
45034503
},
4504-
"postgres_engine": { "type": "string", "enum": ["13", "14", "15", "17-oriole"] }
4504+
"postgres_engine": { "type": "string", "enum": ["13", "14", "15", "17", "17-oriole"] }
45054505
},
45064506
"required": ["version", "release_channel", "postgres_engine"]
45074507
},

apps/docs/spec/transforms/api_v1_openapi_deparsed.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8234,7 +8234,7 @@
82348234
},
82358235
"postgres_engine": {
82368236
"type": "string",
8237-
"enum": ["13", "14", "15", "17-oriole"]
8237+
"enum": ["13", "14", "15", "17", "17-oriole"]
82388238
}
82398239
},
82408240
"required": ["version", "release_channel", "postgres_engine"]
@@ -14521,7 +14521,7 @@
1452114521
},
1452214522
"postgres_engine": {
1452314523
"type": "string",
14524-
"enum": ["13", "14", "15", "17-oriole"]
14524+
"enum": ["13", "14", "15", "17", "17-oriole"]
1452514525
}
1452614526
},
1452714527
"required": ["version", "release_channel", "postgres_engine"]
@@ -14543,7 +14543,7 @@
1454314543
},
1454414544
"postgres_engine": {
1454514545
"type": "string",
14546-
"enum": ["13", "14", "15", "17-oriole"]
14546+
"enum": ["13", "14", "15", "17", "17-oriole"]
1454714547
}
1454814548
},
1454914549
"required": ["version", "release_channel", "postgres_engine"]

0 commit comments

Comments
 (0)