We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6bb30b commit 8ade517Copy full SHA for 8ade517
services/postgres-flex/v3alpha1/postgres-flex.json
@@ -422,7 +422,7 @@
422
],
423
"type": "object"
424
},
425
- "GetDatabase": {
+ "GetDatabaseResponse": {
426
"properties": {
427
"id": {
428
"$ref": "#/components/schemas/database.id"
@@ -441,14 +441,6 @@
441
442
443
444
- "GetDatabaseResponse": {
445
- "properties": {
446
- "database": {
447
- "$ref": "#/components/schemas/GetDatabase"
448
- }
449
- },
450
- "type": "object"
451
452
"GetFlavorsResponse": {
453
454
"flavors": {
0 commit comments