Users

Updates a user

patch/api/users/{id}

Path parameters

idstring required

Request body

rewardsEthAddressstring required
usernamestring required

Example request

{
  "rewardsEthAddress": "0xAAB27b150451726EC7738aa1d0A94505c8729bd1",
  "username": "darth"
}

Response

Updated user

rewardsEthAddressstring required
usernamestring required

Example response

{
  "rewardsEthAddress": "0xAAB27b150451726EC7738aa1d0A94505c8729bd1",
  "username": "darth"
}

Changes