Skip to content

Commit 42dc9dc

Browse files
author
Sylvain Delabye
committed
upgraded the generated documentation
1 parent cb45909 commit 42dc9dc

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

docs/package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/_static/specs/formidable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ var spec = {
481481
"$ref": "#/definitions/InputError"
482482
}
483483
}
484-
},
484+
},
485485
"summary": "Validate a form (GET method). GET and POST are equivalent, but GET is deprecated."
486486
},
487487
"post": {

docs/swagger/formidable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ paths:
133133

134134
/forms/{id}/validate/:
135135
get:
136-
summary: Validate a form (GET method). GET and POST are equivalent.
136+
summary: Validate a form (GET method). GET and POST are equivalent, but GET is deprecated.
137137
parameters:
138138
- name: id
139139
in: path

0 commit comments

Comments
 (0)