User

Updates currently logged in user's gender

patch/user/gender

Request body

genderstring

Example request

{
  "gender": "Female"
}

Response

OK

messagestring

Example response

{
  "message": "Successfully updated gender"
}

Changes

Changed in 2 of the 8 revisions of this API.11