feat: enable creation of explicit parameter examples (#133)

This commit is contained in:
Ryan Brink
2022-01-03 10:34:02 -05:00
committed by GitHub
parent 012db5ad26
commit c6ed261fe4
16 changed files with 168 additions and 15 deletions

View File

@ -3,6 +3,7 @@
## Unreleased
### Added
- Support for HTTP Patch, Head, and Options methods
- Support for including parameter examples via `MethodInfo`
### Changed