UserAccounts
Update UserAccount
patch/api/useraccounts/{id}
Request body
Example request
{
"accountId": "098098098098098",
"name": "darth#6755",
"avatarId": "098098098087097",
"platform": "DISCORD",
"activateToken": "jkhvuygi643jh35g53",
"user": "63b428f7d9ca4f6ff5370d05"
}Response
Example response
{
"_id": "63b428f7d9ca4f6ff5370d05",
"user": "63b428f7d9ca4f6ff5370d05",
"accountId": "098098098098098",
"name": "darth#6755",
"avatarId": "098098098087097",
"platform": "DISCORD",
"activateToken": "jkhvuygi643jh35g53"
}