You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer of a web application, I would like to attribute my methods so that the generated Open API specification is more useful to my API consumers.
Example
[ApiOperation("This thing does weird stuff")]// ...
Acceptance criteria
The feature works for functional handlers as well
The feature is documented on the GenHTTP website
The feature is covered by acceptance tests
The text was updated successfully, but these errors were encountered:
As a developer of a web application, I would like to attribute my methods so that the generated Open API specification is more useful to my API consumers.
Example
Acceptance criteria
The text was updated successfully, but these errors were encountered: