Update user linked role metadata
Updates Discord linked role connection metadata for the user
AuthorizationBearer <token>
Enter your Discord OAuth2 access token
In: header
Path Parameters
userunknown
Discord user ID
Role metadata to update
username?string
metadata?object
Response Body
curl -X PATCH "https://api.skyhelper.xyz/users/123456789012345678/linked-role" \
-H "Content-Type: application/json" \
-d '{}'{
"username": "string",
"metadata": {
"wings": 1,
"since": "string",
"eden": true,
"cr": true,
"hangout": true
}
}Empty
Empty
Empty
Last updated on