|
7 | 7 | "name": "backupId", |
8 | 8 | "required": true, |
9 | 9 | "schema": { |
| 10 | + "format": "int32", |
10 | 11 | "type": "integer" |
11 | 12 | } |
12 | 13 | }, |
|
59 | 60 | } |
60 | 61 | }, |
61 | 62 | "description": "Internal Server Error" |
| 63 | + }, |
| 64 | + "Unauthorized": { |
| 65 | + "content": { |
| 66 | + "application/json": { |
| 67 | + "schema": { |
| 68 | + "$ref": "#/components/schemas/Error" |
| 69 | + } |
| 70 | + } |
| 71 | + }, |
| 72 | + "description": "Unauthorized" |
62 | 73 | } |
63 | 74 | }, |
64 | 75 | "schemas": { |
|
72 | 83 | "type": "string" |
73 | 84 | }, |
74 | 85 | "id": { |
| 86 | + "format": "int32", |
75 | 87 | "type": "integer" |
76 | 88 | }, |
77 | 89 | "size": { |
| 90 | + "format": "int32", |
78 | 91 | "type": "integer" |
79 | 92 | }, |
80 | 93 | "status": { |
|
100 | 113 | "CreateBackupResponseItem": { |
101 | 114 | "properties": { |
102 | 115 | "id": { |
| 116 | + "format": "int32", |
103 | 117 | "type": "integer" |
104 | 118 | }, |
105 | 119 | "message": { |
|
702 | 716 | "type": "array" |
703 | 717 | }, |
704 | 718 | "quotaCount": { |
| 719 | + "format": "int32", |
705 | 720 | "type": "integer" |
706 | 721 | }, |
707 | 722 | "schema": { |
|
779 | 794 | "Restore": { |
780 | 795 | "properties": { |
781 | 796 | "backup_id": { |
| 797 | + "format": "int32", |
782 | 798 | "type": "integer" |
783 | 799 | }, |
784 | 800 | "finished_at": { |
785 | 801 | "type": "string" |
786 | 802 | }, |
787 | 803 | "id": { |
| 804 | + "format": "int32", |
788 | 805 | "type": "integer" |
789 | 806 | }, |
790 | 807 | "status": { |
|
816 | 833 | "TriggerRestoreResponse": { |
817 | 834 | "properties": { |
818 | 835 | "id": { |
| 836 | + "format": "int32", |
819 | 837 | "type": "integer" |
820 | 838 | } |
821 | 839 | }, |
|
881 | 899 | }, |
882 | 900 | "description": "OK" |
883 | 901 | }, |
| 902 | + "401": { |
| 903 | + "$ref": "#/components/responses/Unauthorized" |
| 904 | + }, |
884 | 905 | "404": { |
885 | 906 | "$ref": "#/components/responses/NotFound" |
886 | 907 | } |
|
933 | 954 | "400": { |
934 | 955 | "$ref": "#/components/responses/BadRequest" |
935 | 956 | }, |
| 957 | + "401": { |
| 958 | + "$ref": "#/components/responses/Unauthorized" |
| 959 | + }, |
936 | 960 | "409": { |
937 | 961 | "content": { |
938 | 962 | "application/json": { |
|
985 | 1009 | "400": { |
986 | 1010 | "$ref": "#/components/responses/BadRequest" |
987 | 1011 | }, |
| 1012 | + "401": { |
| 1013 | + "$ref": "#/components/responses/Unauthorized" |
| 1014 | + }, |
988 | 1015 | "404": { |
989 | 1016 | "$ref": "#/components/responses/NotFound" |
990 | 1017 | } |
|
1026 | 1053 | }, |
1027 | 1054 | "description": "OK" |
1028 | 1055 | }, |
| 1056 | + "401": { |
| 1057 | + "$ref": "#/components/responses/Unauthorized" |
| 1058 | + }, |
1029 | 1059 | "404": { |
1030 | 1060 | "$ref": "#/components/responses/NotFound" |
1031 | 1061 | }, |
|
1083 | 1113 | "400": { |
1084 | 1114 | "$ref": "#/components/responses/BadRequest" |
1085 | 1115 | }, |
| 1116 | + "401": { |
| 1117 | + "$ref": "#/components/responses/Unauthorized" |
| 1118 | + }, |
1086 | 1119 | "404": { |
1087 | 1120 | "$ref": "#/components/responses/NotFound" |
1088 | 1121 | } |
|
1120 | 1153 | }, |
1121 | 1154 | "description": "OK" |
1122 | 1155 | }, |
| 1156 | + "401": { |
| 1157 | + "$ref": "#/components/responses/Unauthorized" |
| 1158 | + }, |
1123 | 1159 | "404": { |
1124 | 1160 | "$ref": "#/components/responses/NotFound" |
1125 | 1161 | } |
|
1155 | 1191 | }, |
1156 | 1192 | "description": "Created" |
1157 | 1193 | }, |
| 1194 | + "401": { |
| 1195 | + "$ref": "#/components/responses/Unauthorized" |
| 1196 | + }, |
1158 | 1197 | "404": { |
1159 | 1198 | "$ref": "#/components/responses/NotFound" |
1160 | 1199 | }, |
|
1207 | 1246 | }, |
1208 | 1247 | "description": "OK" |
1209 | 1248 | }, |
| 1249 | + "401": { |
| 1250 | + "$ref": "#/components/responses/Unauthorized" |
| 1251 | + }, |
1210 | 1252 | "404": { |
1211 | 1253 | "$ref": "#/components/responses/NotFound" |
1212 | 1254 | }, |
|
1251 | 1293 | }, |
1252 | 1294 | "description": "OK" |
1253 | 1295 | }, |
| 1296 | + "401": { |
| 1297 | + "$ref": "#/components/responses/Unauthorized" |
| 1298 | + }, |
1254 | 1299 | "500": { |
1255 | 1300 | "$ref": "#/components/responses/ServerError" |
1256 | 1301 | } |
|
1291 | 1336 | }, |
1292 | 1337 | "description": "OK" |
1293 | 1338 | }, |
| 1339 | + "401": { |
| 1340 | + "$ref": "#/components/responses/Unauthorized" |
| 1341 | + }, |
1294 | 1342 | "404": { |
1295 | 1343 | "$ref": "#/components/responses/NotFound" |
1296 | 1344 | }, |
|
1337 | 1385 | }, |
1338 | 1386 | "description": "OK" |
1339 | 1387 | }, |
| 1388 | + "401": { |
| 1389 | + "$ref": "#/components/responses/Unauthorized" |
| 1390 | + }, |
1340 | 1391 | "404": { |
1341 | 1392 | "$ref": "#/components/responses/NotFound" |
1342 | 1393 | } |
|
1390 | 1441 | }, |
1391 | 1442 | "400": { |
1392 | 1443 | "$ref": "#/components/responses/BadRequest" |
| 1444 | + }, |
| 1445 | + "401": { |
| 1446 | + "$ref": "#/components/responses/Unauthorized" |
1393 | 1447 | } |
1394 | 1448 | }, |
1395 | 1449 | "summary": "create new credentials", |
|
1433 | 1487 | "200": { |
1434 | 1488 | "description": "Deleted" |
1435 | 1489 | }, |
| 1490 | + "401": { |
| 1491 | + "$ref": "#/components/responses/Unauthorized" |
| 1492 | + }, |
1436 | 1493 | "404": { |
1437 | 1494 | "$ref": "#/components/responses/NotFound" |
1438 | 1495 | } |
|
1483 | 1540 | }, |
1484 | 1541 | "description": "OK" |
1485 | 1542 | }, |
| 1543 | + "401": { |
| 1544 | + "$ref": "#/components/responses/Unauthorized" |
| 1545 | + }, |
1486 | 1546 | "404": { |
1487 | 1547 | "$ref": "#/components/responses/NotFound" |
1488 | 1548 | } |
|
1520 | 1580 | }, |
1521 | 1581 | "description": "OK" |
1522 | 1582 | }, |
| 1583 | + "401": { |
| 1584 | + "$ref": "#/components/responses/Unauthorized" |
| 1585 | + }, |
1523 | 1586 | "404": { |
1524 | 1587 | "$ref": "#/components/responses/NotFound" |
1525 | 1588 | } |
|
1557 | 1620 | }, |
1558 | 1621 | "description": "Accepted" |
1559 | 1622 | }, |
| 1623 | + "401": { |
| 1624 | + "$ref": "#/components/responses/Unauthorized" |
| 1625 | + }, |
1560 | 1626 | "404": { |
1561 | 1627 | "$ref": "#/components/responses/NotFound" |
1562 | 1628 | }, |
|
1597 | 1663 | }, |
1598 | 1664 | "description": "Accepted" |
1599 | 1665 | }, |
| 1666 | + "401": { |
| 1667 | + "$ref": "#/components/responses/Unauthorized" |
| 1668 | + }, |
1600 | 1669 | "404": { |
1601 | 1670 | "$ref": "#/components/responses/NotFound" |
1602 | 1671 | }, |
|
1637 | 1706 | }, |
1638 | 1707 | "description": "OK" |
1639 | 1708 | }, |
| 1709 | + "401": { |
| 1710 | + "$ref": "#/components/responses/Unauthorized" |
| 1711 | + }, |
1640 | 1712 | "404": { |
1641 | 1713 | "$ref": "#/components/responses/NotFound" |
1642 | 1714 | } |
|
1671 | 1743 | } |
1672 | 1744 | }, |
1673 | 1745 | "description": "Service plans response" |
| 1746 | + }, |
| 1747 | + "401": { |
| 1748 | + "$ref": "#/components/responses/Unauthorized" |
1674 | 1749 | } |
1675 | 1750 | }, |
1676 | 1751 | "summary": "get the service offerings", |
|
0 commit comments