v1
latestOpenAPI 3.0.12026-07-24283883639.5 KBBadges
Update a Specific User Badge
This endpoint updates the supplied fields for a specific badge. <h3>Required Scope</h3>user_badges:write
patch/api/v2/user-badges/{id}
Path parameters
idstring required
The ID of the badge to update.
Request body
Example request
{
"data": {
"type": "user-badges"
}
}Response
Success
Example response
{
"data": {
"type": "user-badges"
}
}