bedwetter
bedwetter copied to clipboard
Adding populate to POST and PATCH
When setting populate: true
to a GET
route, the response payload includes the attributes of the associated entities. This does, however, does not work for PUT
or PATCH
. Is there anyway to achieve this currently?