Users

Update User Badge

PUT
/users/{userId}/badges/{badgeId}

Updates a user's badge

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

userId*string

Must be a valid user ID.

badgeId*string

Must be a valid badge ID.

Request Body

application/json

Response Body

application/json

application/json

curl -X PUT "https://api.vrchat.cloud/api/1/users/string/badges/string" \  -H "Content-Type: application/json" \  -d '{}'
Empty
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}
{
  "error": {
    "message": "User ID must be your own․",
    "status_code": 403
  }
}
Empty