Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Description field #115

Open
iamjyotirmoy opened this issue May 26, 2020 · 0 comments
Open

Description field #115

iamjyotirmoy opened this issue May 26, 2020 · 0 comments

Comments

@iamjyotirmoy
Copy link

Is there a way to have description fields against input parameters in the generated swagger definition?
As for example in the below section :

/survey:
post:
summary: A sample survey.
consumes:
- application/x-www-form-urlencoded
parameters:
- in: formData
name: name
type: string
description: A person's name.
- in: formData
name: fav_number
type: number
description: A person's favorite number.
responses:
200:
description: OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant