Closed PGijsbers closed 10 months ago
Anyway, feel free to merge it!
Indeed, I forked because I did not have write access to the repository at the time. As long as people are mindful of their branches (i.e., enable auto-delete after merge, curate their own stale branches), then I also prefer working with branches in a repository over branches in forks.
This specifically only annotates those endpoints which has a
Path
orQuery
in their signature. However, it may be useful to annotate all endpoint parameters this way, to explicitly state whether they areQuery
,Path
, orBody
parameters and provide them with additional metadata (description, example).