can we send multiple parameters in get request.
param :query, :auth_token, :strig, :required, "Auth token"
param :path, :nested_id, :integer, :required, "Team Id" 
it show two fileds but request only take query parameters, it is not 
sending nested_id along with request.
i have to send liks auth_token="asss" &id=3 in get request.
Anybody can help?

-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to