Update Favorite Group
Update information about a specific favorite group.
Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.
auth<token>
Auth Token via Cookie
In: cookie
Path Parameters
favoriteGroupTypestring
The type of group to fetch, must be a valid FavoriteType.
Value in
"world" | "friend" | "avatar"favoriteGroupNamestring
The name of the group to fetch, must be a name of a FavoriteGroup.
userIdstring
Must be a valid user ID.
displayName?string
visibility?string
Default
"private"Value in
"private" | "friends" | "public"tags?array<Tag>
Tags on FavoriteGroups are believed to do nothing.
Response Body
curl -X PUT "https://api.vrchat.cloud/api/1/favorite/group/world/string/string" \
-H "Content-Type: application/json" \
-d '{}'Empty