diff --git a/dist/openapi.yaml b/dist/openapi.yaml index 84c5d9f8..594e7699 100644 --- a/dist/openapi.yaml +++ b/dist/openapi.yaml @@ -2876,6 +2876,7 @@ paths: '401': $ref: '#/components/responses/MissingCredentialsError' requestBody: + required: true content: application/json: schema: @@ -2973,6 +2974,7 @@ paths: security: - authCookie: [] requestBody: + required: true content: application/json: schema: diff --git a/openapi.yaml b/openapi.yaml index 84c5d9f8..594e7699 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -2876,6 +2876,7 @@ paths: '401': $ref: '#/components/responses/MissingCredentialsError' requestBody: + required: true content: application/json: schema: @@ -2973,6 +2974,7 @@ paths: security: - authCookie: [] requestBody: + required: true content: application/json: schema: