File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
services/postgres-flex/v3alpha1 Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 28
28
"type" : " INTERNAL_ERROR"
29
29
}
30
30
},
31
+ "invalidDatabaseIdError" : {
32
+ "summary" : " Bad Request" ,
33
+ "value" : {
34
+ "code" : 400 ,
35
+ "message" : " invalid database id" ,
36
+ "traceId" : " 885bef8bbc18649c" ,
37
+ "type" : " BAD_REQUEST_ERROR"
38
+ }
39
+ },
40
+ "invalidUserIdError" : {
41
+ "summary" : " Bad Request" ,
42
+ "value" : {
43
+ "code" : 400 ,
44
+ "message" : " invalid user id" ,
45
+ "traceId" : " 885bef8bbc18649c" ,
46
+ "type" : " BAD_REQUEST_ERROR"
47
+ }
48
+ },
31
49
"notFoundError" : {
32
50
"summary" : " Not Found" ,
33
51
"value" : {
3474
3492
"application/json" : {
3475
3493
"examples" : {
3476
3494
"badRequestError" : {
3477
- "$ref" : " #/components/examples/badRequestError "
3495
+ "$ref" : " #/components/examples/invalidDatabaseIdError "
3478
3496
}
3479
3497
},
3480
3498
"schema" : {
4256
4274
"application/json" : {
4257
4275
"examples" : {
4258
4276
"badRequestError" : {
4259
- "$ref" : " #/components/examples/badRequestError "
4277
+ "$ref" : " #/components/examples/invalidUserIdError "
4260
4278
}
4261
4279
},
4262
4280
"schema" : {
You can’t perform that action at this time.
0 commit comments