Skip to content

How to define Parameters while giving request get #129

@soumilshah1995

Description

@soumilshah1995

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions