API
identity.completeAvatarUpload
API
identity.completeAvatarUpload
Completes an avatar image upload. Must be called after the file upload process completes.
POST https://identity.api.rivet.gg/v1/identities/avatar-upload/{upload_id}/complete
curl -X POST -d '@body.json' 'https://identity.api.rivet.gg/v1/identities/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
upload_idrequired
string
curl -X POST -d '@body.json' 'https://identity.api.rivet.gg/v1/identities/avatar-upload/{upload_id}/complete'