InterNetX / java-domainrobot-sdk

A maven package for easy integration of the Domainrobot API powered by InterNetX GmbH.
MIT License
1 stars 4 forks source link

Route PUT ​/contact​/{id} expects Contact object as return value #26

Closed Ephenodrom closed 3 years ago

Ephenodrom commented 3 years ago

The route PUT ​/contact​/{id} expects the API to return a contact object, but none is returned.

Ephenodrom commented 3 years ago

Changed the return value to void and used JsonResponseDataJsonNoData for the json serialization.