We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac8db8 commit d839c38Copy full SHA for d839c38
services/postgres-flex/v3alpha1/postgres-flex.json
@@ -303,16 +303,6 @@
303
],
304
"type": "object"
305
},
306
- "CreateInstanceUnprocessableEntity": {
307
- "oneOf": [
308
- {
309
- "$ref": "#/components/schemas/Error"
310
- },
311
312
- "$ref": "#/components/schemas/ValidationError"
313
- }
314
- ]
315
316
"CreateUserResponse": {
317
"properties": {
318
"connectionString": {
@@ -2148,7 +2138,7 @@
2148
2138
}
2149
2139
2150
2140
"schema": {
2151
- "$ref": "#/components/schemas/CreateInstanceUnprocessableEntity"
2141
+ "$ref": "#/components/schemas/Error"
2152
2142
2153
2143
2154
2144
0 commit comments