[Feature request] Allow setting releaseStatus on own avatars #1518

Closed
opened 2026-04-05 17:50:47 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Fusl on 4/5/2020

Add an option to the avatar dropdown (which already contains the Select Avatar option) to set an avatar to public/private. The API call for this is a simple HTTP PUT request with a JSON object {"releaseStatus":"public"} or {"releaseStatus":"private"} to https://vrchat.com/api/1/avatars/{ID}?apiKey=JlE5Jldo5Jibnk5O5hTx6XVqsJu4WJ26&avatarId={ID} but https://vrchat.com/api/1/avatars/{ID} probably works too.

*Originally created by @Fusl on 4/5/2020* Add an option to the avatar dropdown (which already contains the `Select Avatar` option) to set an avatar to public/private. The API call for this is a simple HTTP PUT request with a JSON object `{"releaseStatus":"public"}` or `{"releaseStatus":"private"}` to `https://vrchat.com/api/1/avatars/{ID}?apiKey=JlE5Jldo5Jibnk5O5hTx6XVqsJu4WJ26&avatarId={ID}` but `https://vrchat.com/api/1/avatars/{ID}` probably works too.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#1518