diff options
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/swagger/cps/openapi.yaml | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/docs/api/swagger/cps/openapi.yaml b/docs/api/swagger/cps/openapi.yaml index 3b6bd43d6c..812a2e4e60 100644 --- a/docs/api/swagger/cps/openapi.yaml +++ b/docs/api/swagger/cps/openapi.yaml @@ -1165,8 +1165,9 @@ paths: - description: Content type in header in: header name: Content-Type - required: true + required: false schema: + default: application/json enum: - application/json - application/xml @@ -1363,8 +1364,9 @@ paths: - description: Content type in header in: header name: Content-Type - required: true + required: false schema: + default: application/json enum: - application/json - application/xml @@ -1490,8 +1492,9 @@ paths: - description: Content type in header in: header name: Content-Type - required: true + required: false schema: + default: application/json enum: - application/json - application/xml @@ -1617,8 +1620,9 @@ paths: - description: Content type in header in: header name: Content-Type - required: true + required: false schema: + default: application/json enum: - application/json - application/xml @@ -1810,8 +1814,9 @@ paths: - description: Content type in header in: header name: Content-Type - required: true + required: false schema: + default: application/json enum: - application/json - application/xml @@ -2286,8 +2291,9 @@ paths: - description: Content type in header in: header name: Content-Type - required: true + required: false schema: + default: application/json enum: - application/json - application/xml @@ -2591,8 +2597,9 @@ components: description: Content type in header in: header name: Content-Type - required: true + required: false schema: + default: application/json enum: - application/json - application/xml |