Skip to content

Commit

Permalink
Deploying to gh-pages from @ 526e28a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaptoss committed Jul 22, 2024
1 parent d440b4b commit 35e9e21
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 @@ -35,7 +35,7 @@
],
"properties": {
"data": {
"$ref": "#/components/schemas/SubmitForm"
"$ref": "#/components/schemas/Form"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ paths:
- data
properties:
data:
$ref: '#/components/schemas/SubmitForm'
$ref: '#/components/schemas/Form'
responses:
'200':
description: Success
Expand Down

0 comments on commit 35e9e21

Please sign in to comment.