Hi,
currently when updating the network details, we do a PUT and srver returns 204 - not content, see:
I wonder if we should actually return the updated values as part of the the response - this would mean we will be consistent to the endpoint to update the secret. There we do a PUT as well, but reasonably return the updated entity:
This means, it's also easier to actually integrate the entire REST APIs into other, larger systems.
Any thoughts?
-Matthias
--