Hi,
I can see from the get user spec that the nickname field of a user is optional.
When updating a user (patch by id), is it possible to clear the user’s nickname?
Since this endpoint is a PATCH, giving nickname as null signals no change to the field, but giving nickname as "" gives a validation error: String is too short (0 chars), minimum 1' on property nickname (Preferred nickname or alias of this user).
I’m marking this thread with ‘bug’ due to documentation inconsistency.
Many thanks for any help in advance,
Jasper