From cfe4d1c9e725d2db21943ff5b6e6c0b8ba170b10 Mon Sep 17 00:00:00 2001 From: Zaptoss <57064743+Zaptoss@users.noreply.github.com> Date: Wed, 24 Jul 2024 07:30:39 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20fa7df?= =?UTF-8?q?43593e52fa2a6774005f52a69718f478141=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openapi.json | 2 +- openapi.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: