cakephp-swagger icon indicating copy to clipboard operation
cakephp-swagger copied to clipboard

path parameters

Open frogjimjaff opened this issue 7 years ago • 0 comments

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

frogjimjaff avatar Jul 05 '18 09:07 frogjimjaff