Skip to content

API custom routes with complex posted json

Benjamin RICHARD edited this page Mar 7, 2018 · 2 revisions

Implementation of custom routes for Api Platform

When i added this implementation, i also wrote an article on Medium. I think this article needs more technical details. So here is the description of how i decided to write new custom endpoint with ApiPlatform. (For instance it works with POST, but it should be ok for PUT route)

[To be finished]