How to document GET /my/resource/search?q=bla&sorted=name parameters ?
Open
- Dominant language
- Python
- Stars
- 652
- Forks
- 151
- PR merge metrics
- No merged PRs in 30d
Description
I have this URL:
```
GET /my/resource/search?q=bla&sorted=name parameters
```
I want swagger UI shows an entry for 'q' and 'sorted' parameters. How do I do this using flask-apispec?
I reviewed the documentation and there is not obvious way to do it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.