Users
/api/users
Was this helpful?
/api/users
Was this helpful?
Update user information. Only for the user's own information or for anyone if current user is admin.
PATCH /api/users/{userAddress} HTTP/1.1
Host: api.rair.market
Content-Type: application/json
Accept: */*
Content-Length: 145
{
"nickName": "text",
"avatar": "text",
"background": "text",
"email": "text",
"firstName": "text",
"lastName": "text",
"ageVerified": "text",
"blocked": "text"
}
No content