Users
This endpoint allows the users to update current user's data.
patch/users/self
Request body
Example request
{
"support": {
"pin": "000000"
},
"timeZone": {
"name": "America/New_York"
}
}Response
User Updated
Changes
No recorded changes to this endpoint across all 1 revision of this API.