@@ -115,17 +115,17 @@ paths:
115
115
responses :
116
116
" 403 " :
117
117
$ref : ' #/components/responses/http403Forbidden'
118
- " 401 " :
119
- $ref : ' #/components/responses/http401Unauthorised'
120
- " 400 " :
121
- $ref : ' #/components/responses/http400BadRequest'
122
118
" 201 " :
123
119
description : A descriptive representation of the created Security Cloud
124
120
Control object.
125
121
content :
126
122
application/json :
127
123
schema :
128
124
$ref : ' #/components/schemas/ObjectResponse'
125
+ " 401 " :
126
+ $ref : ' #/components/responses/http401Unauthorised'
127
+ " 400 " :
128
+ $ref : ' #/components/responses/http400BadRequest'
129
129
" 500 " :
130
130
description : Internal server error.
131
131
content :
@@ -344,15 +344,15 @@ paths:
344
344
$ref : ' #/components/schemas/UpdateRequest'
345
345
required : true
346
346
responses :
347
- " 403 " :
348
- $ref : ' #/components/responses/http403Forbidden'
349
347
" 200 " :
350
348
description : A descriptive representation of the updated Security Cloud
351
349
Control object.
352
350
content :
353
351
application/json :
354
352
schema :
355
353
$ref : ' #/components/schemas/ObjectResponse'
354
+ " 403 " :
355
+ $ref : ' #/components/responses/http403Forbidden'
356
356
" 401 " :
357
357
$ref : ' #/components/responses/http401Unauthorised'
358
358
" 400 " :
@@ -385,6 +385,8 @@ paths:
385
385
responses :
386
386
" 403 " :
387
387
$ref : ' #/components/responses/http403Forbidden'
388
+ " 401 " :
389
+ $ref : ' #/components/responses/http401Unauthorised'
388
390
" 200 " :
389
391
description : A descriptive representation of the created Security Cloud
390
392
Control object.
@@ -394,8 +396,6 @@ paths:
394
396
type : array
395
397
items :
396
398
$ref : ' #/components/schemas/ReferenceInfo'
397
- " 401 " :
398
- $ref : ' #/components/responses/http401Unauthorised'
399
399
" 400 " :
400
400
$ref : ' #/components/responses/http400BadRequest'
401
401
" 500 " :
@@ -437,8 +437,6 @@ paths:
437
437
$ref : ' #/components/responses/http403Forbidden'
438
438
" 401 " :
439
439
$ref : ' #/components/responses/http401Unauthorised'
440
- " 400 " :
441
- $ref : ' #/components/responses/http400BadRequest'
442
440
" 200 " :
443
441
description : Duplicates of the object.
444
442
content :
@@ -447,6 +445,8 @@ paths:
447
445
type : array
448
446
items :
449
447
$ref : ' #/components/schemas/DuplicateGroupDto'
448
+ " 400 " :
449
+ $ref : ' #/components/responses/http400BadRequest'
450
450
" 500 " :
451
451
description : Internal server error.
452
452
content :
0 commit comments