API
cloud.games.avatars.completeCustomAvatarUpload
API
cloud.games.avatars.completeCustomAvatarUpload
Completes a custom avatar image upload. Must be called after the file upload process completes.
POST https://cloud.api.rivet.gg/v1/games/{game_id}/avatar-upload/{upload_id}/complete
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/{game_id}/avatar-upload/{upload_id}/complete'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
game_idrequired
string
upload_idrequired
string
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/{game_id}/avatar-upload/{upload_id}/complete'