File tree Expand file tree Collapse file tree 1 file changed +2
-25
lines changed
services/postgres-flex/v3alpha1 Expand file tree Collapse file tree 1 file changed +2
-25
lines changed Original file line number Diff line number Diff line change 610610 },
611611 "ListDatabase" : {
612612 "properties" : {
613- "created" : {
614- "$ref" : " #/components/schemas/database.created"
615- },
616613 "id" : {
617614 "$ref" : " #/components/schemas/database.id"
618615 },
626623 "required" : [
627624 " id" ,
628625 " name" ,
629- " created" ,
630626 " owner"
631627 ],
632628 "type" : " object"
11511147 "example" : " de-DE" ,
11521148 "type" : " string"
11531149 },
1154- "database.created" : {
1155- "description" : " The data when the database was created in RFC3339 format." ,
1156- "example" : " 2003-04-08T09:13:36.39Z" ,
1157- "type" : " string"
1158- },
11591150 "database.id" : {
11601151 "description" : " The id of the database." ,
11611152 "example" : 1 ,
38843875 "required" : true
38853876 },
38863877 "responses" : {
3887- "200" : {
3888- "content" : {
3889- "application/json" : {
3890- "schema" : {
3891- "$ref" : " #/components/schemas/UpdateDatabasePartiallyResponse"
3892- }
3893- }
3894- },
3878+ "202" : {
38953879 "description" : " Accepted: The request was accepted"
38963880 },
38973881 "400" : {
40344018 "required" : true
40354019 },
40364020 "responses" : {
4037- "200" : {
4038- "content" : {
4039- "application/json" : {
4040- "schema" : {
4041- "$ref" : " #/components/schemas/UpdateDatabaseResponse"
4042- }
4043- }
4044- },
4021+ "202" : {
40454022 "description" : " Accepted: The request was accepted"
40464023 },
40474024 "400" : {
You can’t perform that action at this time.
0 commit comments