API
cloud.games.games.gameLogoUploadComplete
API
cloud.games.games.gameLogoUploadComplete
Completes a game logo image upload. Must be called after the file upload process completes.
POST https://cloud.api.rivet.gg/v1/games/{game_id}/logo-upload/{upload_id}/complete
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/{game_id}/logo-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}/logo-upload/{upload_id}/complete'