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
The parameters section of the returned swagger json for GET /values/{value_id} doesn't preserve the description ('My precious value') for value_id. The parameter is listed, but just doesn't have its description (maybe also example? not tested).
Other descriptions for querystring and body elements are properly preserved using the same description input, but not for path elements.
The text was updated successfully, but these errors were encountered:
When using definition of an endpoint like so:
Corresponding to following service and method:
The parameters section of the returned swagger json for
GET /values/{value_id}
doesn't preserve the description ('My precious value') forvalue_id
. The parameter is listed, but just doesn't have its description (maybe also example? not tested).Other descriptions for
querystring
andbody
elements are properly preserved using the samedescription
input, but not forpath
elements.The text was updated successfully, but these errors were encountered: