@@ -67,14 +67,14 @@ paths:
67
67
$ref : ' #/components/responses/http403Forbidden'
68
68
" 401 " :
69
69
$ref : ' #/components/responses/http401Unauthorised'
70
- " 400 " :
71
- $ref : ' #/components/responses/http400BadRequest'
72
70
" 200 " :
73
71
description : A paginated view of the CDO objects.
74
72
content :
75
73
application/json :
76
74
schema :
77
75
$ref : ' #/components/schemas/ListObjectResponse'
76
+ " 400 " :
77
+ $ref : ' #/components/responses/http400BadRequest'
78
78
" 500 " :
79
79
description : Internal server error.
80
80
content :
@@ -95,14 +95,14 @@ paths:
95
95
responses :
96
96
" 403 " :
97
97
$ref : ' #/components/responses/http403Forbidden'
98
- " 401 " :
99
- $ref : ' #/components/responses/http401Unauthorised'
100
98
" 201 " :
101
99
description : A descriptive representation of the created CDO object.
102
100
content :
103
101
application/json :
104
102
schema :
105
103
$ref : ' #/components/schemas/ObjectResponse'
104
+ " 401 " :
105
+ $ref : ' #/components/responses/http401Unauthorised'
106
106
" 400 " :
107
107
$ref : ' #/components/responses/http400BadRequest'
108
108
" 500 " :
@@ -305,14 +305,14 @@ paths:
305
305
responses :
306
306
" 403 " :
307
307
$ref : ' #/components/responses/http403Forbidden'
308
+ " 401 " :
309
+ $ref : ' #/components/responses/http401Unauthorised'
308
310
" 200 " :
309
311
description : A descriptive representation of the updated CDO object.
310
312
content :
311
313
application/json :
312
314
schema :
313
315
$ref : ' #/components/schemas/ObjectResponse'
314
- " 401 " :
315
- $ref : ' #/components/responses/http401Unauthorised'
316
316
" 400 " :
317
317
$ref : ' #/components/responses/http400BadRequest'
318
318
" 500 " :
0 commit comments