It is not possible to add more than one object to url params

Issue #14 resolved
Alexander Grein created an issue
/** @Api\Route("DELETE task/{modelA}/{modelB}") */
public function deleteDebater(ModelA $modelA, ModelB $modelB): Response

doesn't working.

Comments (2)

  1. Log in to comment