@@ -81,14 +81,14 @@ paths:
81
81
responses :
82
82
" 403 " :
83
83
$ref : ' #/components/responses/http403Forbidden'
84
+ " 401 " :
85
+ $ref : ' #/components/responses/http401Unauthorised'
84
86
" 200 " :
85
87
description : A paginated view of the Security Cloud Control objects.
86
88
content :
87
89
application/json :
88
90
schema :
89
91
$ref : ' #/components/schemas/ListObjectResponse'
90
- " 401 " :
91
- $ref : ' #/components/responses/http401Unauthorised'
92
92
" 400 " :
93
93
$ref : ' #/components/responses/http400BadRequest'
94
94
" 500 " :
@@ -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 " :
@@ -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'
347
349
" 200 " :
348
350
description : A descriptive representation of the updated Security Cloud
349
351
Control object.
350
352
content :
351
353
application/json :
352
354
schema :
353
355
$ref : ' #/components/schemas/ObjectResponse'
354
- " 403 " :
355
- $ref : ' #/components/responses/http403Forbidden'
356
356
" 401 " :
357
357
$ref : ' #/components/responses/http401Unauthorised'
358
358
" 400 " :
@@ -437,6 +437,8 @@ paths:
437
437
$ref : ' #/components/responses/http403Forbidden'
438
438
" 401 " :
439
439
$ref : ' #/components/responses/http401Unauthorised'
440
+ " 400 " :
441
+ $ref : ' #/components/responses/http400BadRequest'
440
442
" 200 " :
441
443
description : Duplicates of the object.
442
444
content :
@@ -445,8 +447,6 @@ paths:
445
447
type : array
446
448
items :
447
449
$ref : ' #/components/schemas/DuplicateGroupDto'
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'
526
524
" 200 " :
527
525
description : OK
528
526
content :
529
527
application/json :
530
528
schema :
531
529
$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