Skip to content

Commit

Permalink
Deploying to gh-pages from @ fa7df43 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaptoss committed Jul 24, 2024
1 parent 58eaaae commit cfe4d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cfe4d1c

Please sign in to comment.