-
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
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.
zsherminator-ev
Metadata
Metadata
Assignees
Labels
No labels