Fine:
/**
* @SWG\Put(
*
* path="/products/{product}/apps/{app}",
)
*/
Error "Unable to merge @SWG\Put()":
/**
* @SWG\Put(
*
* path="/products/{id_product}/apps/{id_app}",
)
*/
Underscores on path parameters runs fine on other methods (POST for example)
Closing issue, sorry!, problem is related to duplicate "paths" to same method . I have two puts with same path defined.
Just encountered the same message, you saved me some debugging, thanks.
It would be nice to have a more explicit error message here, the current one is very confusing!
Most helpful comment
Closing issue, sorry!, problem is related to duplicate "paths" to same method . I have two puts with same path defined.