Favorites

Update Favorite Group

PUT
/favorite/group/{favoriteGroupType}/{favoriteGroupName}/{userId}

Update information about a specific favorite group.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

favoriteGroupType*string

The type of group to fetch, must be a valid FavoriteType.

Value in"avatar" | "friend" | "world"
favoriteGroupName*string

The name of the group to fetch, must be a name of a FavoriteGroup.

userId*string

Must be a valid user ID.

Request Body

application/json

Response Body

curl -X PUT "https://api.vrchat.cloud/api/1/favorite/group/avatar/string/string" \  -H "Content-Type: application/json" \  -d '{}'
Empty