Closed Ephenodrom closed 3 years ago
The route PUT /contact/{id} expects the API to return a contact object, but none is returned.
Changed the return value to void and used JsonResponseDataJsonNoData for the json serialization.
The route PUT /contact/{id} expects the API to return a contact object, but none is returned.