@@ -115,15 +115,15 @@ paths:
115
115
responses :
116
116
" 403 " :
117
117
$ref : ' #/components/responses/http403Forbidden'
118
+ " 401 " :
119
+ $ref : ' #/components/responses/http401Unauthorised'
118
120
" 201 " :
119
121
description : A descriptive representation of the created Security Cloud
120
122
Control object.
121
123
content :
122
124
application/json :
123
125
schema :
124
126
$ref : ' #/components/schemas/ObjectResponse'
125
- " 401 " :
126
- $ref : ' #/components/responses/http401Unauthorised'
127
127
" 400 " :
128
128
$ref : ' #/components/responses/http400BadRequest'
129
129
" 500 " :
@@ -346,15 +346,15 @@ paths:
346
346
responses :
347
347
" 403 " :
348
348
$ref : ' #/components/responses/http403Forbidden'
349
- " 401 " :
350
- $ref : ' #/components/responses/http401Unauthorised'
351
349
" 200 " :
352
350
description : A descriptive representation of the updated Security Cloud
353
351
Control object.
354
352
content :
355
353
application/json :
356
354
schema :
357
355
$ref : ' #/components/schemas/ObjectResponse'
356
+ " 401 " :
357
+ $ref : ' #/components/responses/http401Unauthorised'
358
358
" 400 " :
359
359
$ref : ' #/components/responses/http400BadRequest'
360
360
" 500 " :
@@ -435,6 +435,10 @@ paths:
435
435
responses :
436
436
" 403 " :
437
437
$ref : ' #/components/responses/http403Forbidden'
438
+ " 401 " :
439
+ $ref : ' #/components/responses/http401Unauthorised'
440
+ " 400 " :
441
+ $ref : ' #/components/responses/http400BadRequest'
438
442
" 200 " :
439
443
description : Duplicates of the object.
440
444
content :
@@ -443,10 +447,6 @@ paths:
443
447
type : array
444
448
items :
445
449
$ref : ' #/components/schemas/DuplicateGroupDto'
446
- " 401 " :
447
- $ref : ' #/components/responses/http401Unauthorised'
448
- " 400 " :
449
- $ref : ' #/components/responses/http400BadRequest'
450
450
" 500 " :
451
451
description : Internal server error.
452
452
content :
0 commit comments