-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I have a parameter defined as
@swg\Parameter(
name="id",
description="contact primary id",
in="path",
required=false,
type="integer",
)
On the UI it shows correctly as
| Description | Parameter Type | Data Type |
|---|---|---|
| contact primary id | path | integer |
When I click the try it now the try it now button the Value i entered doesnt get added to the path.
Any ideas?
Thanks
Metadata
Metadata
Assignees
Labels
No labels