-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Could you add support for Path parameters, so that your with_query_string test which looks like
swagger_add_router!( swagger_object, "GET", "/{val1}", SimpleStruct, 200, DESCRIPTION, SimpleStruct );
produces following output in yaml:
"parameters": [ { "name": "val1", "in": "path", "required": true, "schema": <u8>::get_json_schema_definition(), }, ...
"in": "path" instead of "in":"query"
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed