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
Hello how can i supply param in swagger while doing a request get ?
parameters=[
{
"name": "zip",
"description": "The ID of the TODO item",
"required": True,
"allowMultiple": False,
"dataType": 'string',
"paramType": "path"
}
])
I also want to supply a param Token how can i add that?
The text was updated successfully, but these errors were encountered:
Hello how can i supply param in swagger while doing a request get ?
I also want to supply a param Token how can i add that?
The text was updated successfully, but these errors were encountered: