Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to identify the parameter value in the path url ? #99

Open
Huiicat opened this issue Jul 18, 2023 · 0 comments
Open

How to identify the parameter value in the path url ? #99

Huiicat opened this issue Jul 18, 2023 · 0 comments

Comments

@Huiicat
Copy link

Huiicat commented Jul 18, 2023

We input the swagger file, and like:

"/api/open/v1/teams/{team_id}/users": {
      "get": {
        "summary": "TBD",
        "tags": [
          "Teams::Users"
        ],
        "parameters": [
          {
            "name": "team_id",
            "in": "path",
            "schema": {
              "type": "integer",
              "example": 1
            },
            "required": true,
            "description": "TBD"
          }
        ]
    }
}

However, the parameter {team_id} is not changed to the defined integer example: "1" when doing an active scan.
How should we let it know to get the change?
Thank you.

@Huiicat Huiicat changed the title How to identify the parameter value on the path url ? How to identify the parameter value in the path url ? Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant