public > apidocs > index.html
as a view
In one api there are nested parameters
* @apiParam {Object} user
* @apiParam {String} user.name
* @apiParam {Email} user.email
When I write the apidoc like this, the request that is sent goes in this manner: https://pasteboard.co/IO6miiL.png
{"user":{"name":"name","email":"name@gmail.com"}}
master
branch of apidoc/apidoc
, a lot of things have changed!