diff --git a/openapi.json b/openapi.json index 1121e5b..75d068c 100644 --- a/openapi.json +++ b/openapi.json @@ -60,7 +60,7 @@ "$ref": "#/components/responses/invalidAuth" }, "403": { - "description": "Empty form absent for user, but already exists processed or accepted forms", + "description": "Empty form absent for user, but processed or accepted one exists", "content": { "application/vnd.api+json": { "schema": { diff --git a/openapi.yaml b/openapi.yaml index 297a949..8be5f0f 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -43,7 +43,7 @@ paths: '401': $ref: '#/components/responses/invalidAuth' '403': - description: 'Empty form absent for user, but already exists processed or accepted forms' + description: 'Empty form absent for user, but processed or accepted one exists' content: application/vnd.api+json: schema: