Skip to content

Allow updating users.pronouns property in REST API

Neil Drumm requested to merge drumm/gitlab:pronouns into master

What does this MR do and why?

Resolves #356201 (closed)

How to set up and validate locally

  1. curl -v -X PUT --header "PRIVATE-TOKEN: …" http://127.0.0.1:3000/api/v4/users/1\?pronouns\=they/them
  2. 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.

Merge request reports