You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* GET /examples
* @summary This is the summary of the endpoint
* @description This is the description of the endpoint
* @tags Examples
* @param {integer} filter[limit].query - limit description here
* @param {integer} filter[offset].query - offset description here
* @return {array<Example>} 200 - Examples list
*/
Perhaps a way to solve the problem is to implement the RecordType of @types/doctrine so that it accepts the following structure:
Hello,
In my application I use query params with brackets in the name. When documenting these parameters with the @param annotation it is not considered when generating the documentation (http://localhost:8000/examples?filter[limit]=10&filter[offset]=1).
Perhaps a way to solve the problem is to implement the RecordType of @types/doctrine so that it accepts the following structure:
/**
*/
The text was updated successfully, but these errors were encountered: