Allow updating users.pronouns property in REST API
What does this MR do and why?
Resolves #356201 (closed)
How to set up and validate locally
curl -v -X PUT --header "PRIVATE-TOKEN: …" http://127.0.0.1:3000/api/v4/users/1\?pronouns\=they/them
- See updated pronouns at http://127.0.0.1:3000/-/profile
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.