apidocs
apidocs copied to clipboard
Updating user information
I think the information on updating users is unclear.
"required" suggests that email address must be provided whenever an update is made. Is that only the case if the email address is being updated?
If I'm interpreting the User schema correctly, email address is not required and may not be present in order to send back in a PUT request anyway.
Could I get confirmation on whether email address is required or not?
In that particular API call it is required currently whether changed or not.
So should email address be listed as required
in the schema?
Otherwise, a GET
request could return a user that doesn't have an email address which means it can't be updated.
@trustmaster so is the User schema incorrect?
I interpret it's current state to mean that it may not be returned from the server, in which case an update can't be made.
@paulyoung yes, it's a bug rather than a feature