File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 616616 "type" : " object"
617617 },
618618 "ListBackupsResponse" : {
619- "properties" : {
620- "instanceBackups" : {
621- "items" : {
622- "$ref" : " #/components/schemas/Backup"
623- },
624- "type" : " array"
625- }
619+ "items" : {
620+ "$ref" : " #/components/schemas/Backup"
626621 },
627- "required" : [
628- " instanceBackups"
629- ],
630- "type" : " object"
622+ "type" : " array"
631623 },
632624 "ListCredentialsResponse" : {
633625 "properties" : {
11901182 }
11911183 ],
11921184 "responses" : {
1193- "201 " : {
1185+ "200 " : {
11941186 "content" : {
11951187 "application/json" : {
11961188 "schema" : {
11971189 "$ref" : " #/components/schemas/CreateBackupResponse"
11981190 }
11991191 }
12001192 },
1201- "description" : " Created "
1193+ "description" : " OK "
12021194 },
12031195 "400" : {
12041196 "$ref" : " #/components/responses/BadRequest"
You can’t perform that action at this time.
0 commit comments