I tried to generate a API document by apidoc
If my response is a array like
[
{"id" : 1, "name" : "John"},
{"id" : 2, "name" : "Mary"}
]
How could I set in @apiSuccess?
I had try Object[] but did not know how to set the field name. Thanks.