@@ -113,15 +113,15 @@ paths:
113
113
$ref : ' #/components/schemas/CreateRequest'
114
114
required : true
115
115
responses :
116
- " 403 " :
117
- $ref : ' #/components/responses/http403Forbidden'
118
116
" 201 " :
119
117
description : A descriptive representation of the created Security Cloud
120
118
Control object.
121
119
content :
122
120
application/json :
123
121
schema :
124
122
$ref : ' #/components/schemas/ObjectResponse'
123
+ " 403 " :
124
+ $ref : ' #/components/responses/http403Forbidden'
125
125
" 401 " :
126
126
$ref : ' #/components/responses/http401Unauthorised'
127
127
" 400 " :
@@ -346,15 +346,15 @@ paths:
346
346
responses :
347
347
" 403 " :
348
348
$ref : ' #/components/responses/http403Forbidden'
349
+ " 401 " :
350
+ $ref : ' #/components/responses/http401Unauthorised'
349
351
" 200 " :
350
352
description : A descriptive representation of the updated Security Cloud
351
353
Control object.
352
354
content :
353
355
application/json :
354
356
schema :
355
357
$ref : ' #/components/schemas/ObjectResponse'
356
- " 401 " :
357
- $ref : ' #/components/responses/http401Unauthorised'
358
358
" 400 " :
359
359
$ref : ' #/components/responses/http400BadRequest'
360
360
" 500 " :
@@ -435,10 +435,6 @@ 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'
442
438
" 200 " :
443
439
description : Duplicates of the object.
444
440
content :
@@ -447,6 +443,10 @@ paths:
447
443
type : array
448
444
items :
449
445
$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 :
@@ -521,14 +521,14 @@ paths:
521
521
responses :
522
522
" 403 " :
523
523
$ref : ' #/components/responses/http403Forbidden'
524
+ " 401 " :
525
+ $ref : ' #/components/responses/http401Unauthorised'
524
526
" 200 " :
525
527
description : OK
526
528
content :
527
529
application/json :
528
530
schema :
529
531
$ref : ' #/components/schemas/IssuesCount'
530
- " 401 " :
531
- $ref : ' #/components/responses/http401Unauthorised'
532
532
" 400 " :
533
533
$ref : ' #/components/responses/http400BadRequest'
534
534
" 500 " :
0 commit comments