Skip to content

Commit 437d290

Browse files
authored
Merge branch 'main' into LH-73627-generate-postman-collection
2 parents 0ab1f4e + d670ced commit 437d290

File tree

2 files changed

+120
-120
lines changed

2 files changed

+120
-120
lines changed

object-service-openapi.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ paths:
6767
$ref: '#/components/responses/http403Forbidden'
6868
"401":
6969
$ref: '#/components/responses/http401Unauthorised'
70-
"400":
71-
$ref: '#/components/responses/http400BadRequest'
7270
"200":
7371
description: A paginated view of the CDO objects.
7472
content:
7573
application/json:
7674
schema:
7775
$ref: '#/components/schemas/ListObjectResponse'
76+
"400":
77+
$ref: '#/components/responses/http400BadRequest'
7878
"500":
7979
description: Internal server error.
8080
content:
@@ -95,14 +95,14 @@ paths:
9595
responses:
9696
"403":
9797
$ref: '#/components/responses/http403Forbidden'
98-
"401":
99-
$ref: '#/components/responses/http401Unauthorised'
10098
"201":
10199
description: A descriptive representation of the created CDO object.
102100
content:
103101
application/json:
104102
schema:
105103
$ref: '#/components/schemas/ObjectResponse'
104+
"401":
105+
$ref: '#/components/responses/http401Unauthorised'
106106
"400":
107107
$ref: '#/components/responses/http400BadRequest'
108108
"500":
@@ -305,14 +305,14 @@ paths:
305305
responses:
306306
"403":
307307
$ref: '#/components/responses/http403Forbidden'
308+
"401":
309+
$ref: '#/components/responses/http401Unauthorised'
308310
"200":
309311
description: A descriptive representation of the updated CDO object.
310312
content:
311313
application/json:
312314
schema:
313315
$ref: '#/components/schemas/ObjectResponse'
314-
"401":
315-
$ref: '#/components/responses/http401Unauthorised'
316316
"400":
317317
$ref: '#/components/responses/http400BadRequest'
318318
"500":

0 commit comments

Comments
 (0)