-
Couldn't load subscription status.
- Fork 32
Open
Labels
Description
The description of parameters in Swagger is not very helpful, e.g.
A value of type string that will substitute ?_name in the original query
How about adding a decorator to give an optional description of parameters? So with
#+ parameters:
#+ name: name of the person
The description could be
name of the person (string)