@@ -426,6 +426,14 @@ paths:
426426 type: string
427427 style: simple
428428 responses:
429+ "202":
430+ content:
431+ application/json:
432+ schema:
433+ $ref: '#/components/schemas/replica'
434+ description: operation queued
435+ "204":
436+ description: No Content
429437 default:
430438 content:
431439 application/json:
@@ -1224,6 +1232,14 @@ paths:
12241232 type: string
12251233 style: simple
12261234 responses:
1235+ "202":
1236+ content:
1237+ application/json:
1238+ schema:
1239+ $ref: '#/components/schemas/vm'
1240+ description: operation queued
1241+ "204":
1242+ description: No Content
12271243 default:
12281244 content:
12291245 application/json:
@@ -3202,6 +3218,14 @@ paths:
32023218 type: string
32033219 style: simple
32043220 responses:
3221+ "202":
3222+ content:
3223+ application/json:
3224+ schema:
3225+ $ref: '#/components/schemas/registry'
3226+ description: operation queued
3227+ "204":
3228+ description: No Content
32053229 default:
32063230 content:
32073231 application/json:
@@ -5078,6 +5102,14 @@ paths:
50785102 type: string
50795103 style: simple
50805104 responses:
5105+ "202":
5106+ content:
5107+ application/json:
5108+ schema:
5109+ $ref: '#/components/schemas/zone'
5110+ description: operation queued
5111+ "204":
5112+ description: No Content
50815113 default:
50825114 content:
50835115 application/json:
@@ -6466,6 +6498,14 @@ paths:
64666498 type: string
64676499 style: simple
64686500 responses:
6501+ "202":
6502+ content:
6503+ application/json:
6504+ schema:
6505+ $ref: '#/components/schemas/organisation'
6506+ description: operation queued
6507+ "204":
6508+ description: No Content
64696509 default:
64706510 content:
64716511 application/json:
@@ -7427,6 +7467,14 @@ paths:
74277467 type: string
74287468 style: simple
74297469 responses:
7470+ "202":
7471+ content:
7472+ application/json:
7473+ schema:
7474+ $ref: '#/components/schemas/policy'
7475+ description: operation queued
7476+ "204":
7477+ description: No Content
74307478 default:
74317479 content:
74327480 application/json:
@@ -8456,6 +8504,14 @@ paths:
84568504 type: string
84578505 style: simple
84588506 responses:
8507+ "202":
8508+ content:
8509+ application/json:
8510+ schema:
8511+ $ref: '#/components/schemas/role'
8512+ description: operation queued
8513+ "204":
8514+ description: No Content
84598515 default:
84608516 content:
84618517 application/json:
@@ -9585,6 +9641,14 @@ paths:
95859641 type: string
95869642 style: simple
95879643 responses:
9644+ "202":
9645+ content:
9646+ application/json:
9647+ schema:
9648+ $ref: '#/components/schemas/project'
9649+ description: operation queued
9650+ "204":
9651+ description: No Content
95889652 default:
95899653 content:
95909654 application/json:
@@ -9879,6 +9943,14 @@ paths:
98799943 type: string
98809944 style: simple
98819945 responses:
9946+ "202":
9947+ content:
9948+ application/json:
9949+ schema:
9950+ $ref: '#/components/schemas/application'
9951+ description: operation queued
9952+ "204":
9953+ description: No Content
98829954 default:
98839955 content:
98849956 application/json:
@@ -11543,6 +11615,14 @@ paths:
1154311615 type: string
1154411616 style: simple
1154511617 responses:
11618+ "202":
11619+ content:
11620+ application/json:
11621+ schema:
11622+ $ref: '#/components/schemas/group'
11623+ description: operation queued
11624+ "204":
11625+ description: No Content
1154611626 default:
1154711627 content:
1154811628 application/json:
@@ -12822,6 +12902,14 @@ paths:
1282212902 type: string
1282312903 style: simple
1282412904 responses:
12905+ "202":
12906+ content:
12907+ application/json:
12908+ schema:
12909+ $ref: '#/components/schemas/policy'
12910+ description: operation queued
12911+ "204":
12912+ description: No Content
1282512913 default:
1282612914 content:
1282712915 application/json:
@@ -13886,6 +13974,14 @@ paths:
1388613974 type: string
1388713975 style: simple
1388813976 responses:
13977+ "202":
13978+ content:
13979+ application/json:
13980+ schema:
13981+ $ref: '#/components/schemas/role'
13982+ description: operation queued
13983+ "204":
13984+ description: No Content
1388913985 default:
1389013986 content:
1389113987 application/json:
@@ -14841,6 +14937,14 @@ paths:
1484114937 type: string
1484214938 style: simple
1484314939 responses:
14940+ "202":
14941+ content:
14942+ application/json:
14943+ schema:
14944+ $ref: '#/components/schemas/sa'
14945+ description: operation queued
14946+ "204":
14947+ description: No Content
1484414948 default:
1484514949 content:
1484614950 application/json:
@@ -16231,6 +16335,14 @@ paths:
1623116335 type: string
1623216336 style: simple
1623316337 responses:
16338+ "202":
16339+ content:
16340+ application/json:
16341+ schema:
16342+ $ref: '#/components/schemas/user'
16343+ description: operation queued
16344+ "204":
16345+ description: No Content
1623416346 default:
1623516347 content:
1623616348 application/json:
@@ -17072,6 +17184,14 @@ paths:
1707217184 type: string
1707317185 style: simple
1707417186 responses:
17187+ "202":
17188+ content:
17189+ application/json:
17190+ schema:
17191+ $ref: '#/components/schemas/journal'
17192+ description: operation queued
17193+ "204":
17194+ description: No Content
1707517195 default:
1707617196 content:
1707717197 application/json:
@@ -18358,6 +18478,14 @@ paths:
1835818478 type: string
1835918479 style: simple
1836018480 responses:
18481+ "202":
18482+ content:
18483+ application/json:
18484+ schema:
18485+ $ref: '#/components/schemas/firewall'
18486+ description: operation queued
18487+ "204":
18488+ description: No Content
1836118489 default:
1836218490 content:
1836318491 application/json:
@@ -19856,6 +19984,14 @@ paths:
1985619984 type: string
1985719985 style: simple
1985819986 responses:
19987+ "202":
19988+ content:
19989+ application/json:
19990+ schema:
19991+ $ref: '#/components/schemas/ip'
19992+ description: operation queued
19993+ "204":
19994+ description: No Content
1985919995 default:
1986019996 content:
1986119997 application/json:
@@ -21000,6 +21136,14 @@ paths:
2100021136 type: string
2100121137 style: simple
2100221138 responses:
21139+ "202":
21140+ content:
21141+ application/json:
21142+ schema:
21143+ $ref: '#/components/schemas/netadp'
21144+ description: operation queued
21145+ "204":
21146+ description: No Content
2100321147 default:
2100421148 content:
2100521149 application/json:
@@ -22025,6 +22169,14 @@ paths:
2202522169 type: string
2202622170 style: simple
2202722171 responses:
22172+ "202":
22173+ content:
22174+ application/json:
22175+ schema:
22176+ $ref: '#/components/schemas/netgw'
22177+ description: operation queued
22178+ "204":
22179+ description: No Content
2202822180 default:
2202922181 content:
2203022182 application/json:
@@ -23000,6 +23152,14 @@ paths:
2300023152 type: string
2300123153 style: simple
2300223154 responses:
23155+ "202":
23156+ content:
23157+ application/json:
23158+ schema:
23159+ $ref: '#/components/schemas/network'
23160+ description: operation queued
23161+ "204":
23162+ description: No Content
2300323163 default:
2300423164 content:
2300523165 application/json:
@@ -23838,6 +23998,14 @@ paths:
2383823998 type: string
2383923999 style: simple
2384024000 responses:
24001+ "202":
24002+ content:
24003+ application/json:
24004+ schema:
24005+ $ref: '#/components/schemas/agent'
24006+ description: operation queued
24007+ "204":
24008+ description: No Content
2384124009 default:
2384224010 content:
2384324011 application/json:
@@ -26231,6 +26399,14 @@ paths:
2623126399 type: string
2623226400 style: simple
2623326401 responses:
26402+ "202":
26403+ content:
26404+ application/json:
26405+ schema:
26406+ $ref: '#/components/schemas/disk'
26407+ description: operation queued
26408+ "204":
26409+ description: No Content
2623426410 default:
2623526411 content:
2623626412 application/json:
@@ -27565,6 +27741,14 @@ paths:
2756527741 type: string
2756627742 style: simple
2756727743 responses:
27744+ "202":
27745+ content:
27746+ application/json:
27747+ schema:
27748+ $ref: '#/components/schemas/image'
27749+ description: operation queued
27750+ "204":
27751+ description: No Content
2756827752 default:
2756927753 content:
2757027754 application/json:
@@ -28470,6 +28654,14 @@ paths:
2847028654 type: string
2847128655 style: simple
2847228656 responses:
28657+ "202":
28658+ content:
28659+ application/json:
28660+ schema:
28661+ $ref: '#/components/schemas/iso'
28662+ description: operation queued
28663+ "204":
28664+ description: No Content
2847328665 default:
2847428666 content:
2847528667 application/json:
@@ -29456,6 +29648,14 @@ paths:
2945629648 $ref: '#/components/schemas/storage_project_vault_delete'
2945729649 required: true
2945829650 responses:
29651+ "202":
29652+ content:
29653+ application/json:
29654+ schema:
29655+ $ref: '#/components/schemas/vault'
29656+ description: operation queued
29657+ "204":
29658+ description: No Content
2945929659 default:
2946029660 content:
2946129661 application/json:
0 commit comments