API
cloud.games.builds.createGameBuild
API
cloud.games.builds.createGameBuild
Creates a new game build for the given game.
POST https://cloud.api.rivet.gg/v1/games/{game_id}/builds
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/{game_id}/builds'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
game_idrequired
string
Body
display_namerequired
string
Represent a resource's readable display name.
image_tagrequired
string
A tag given to the game build.
image_filerequired
object
A file being prepared to upload.
Response
build_idrequired
string
upload_idrequired
string
image_presigned_requestrequired
object
A presigned request used to upload files. Upload your file to the given URL via a PUT request.
curl -X POST -d '@body.json' 'https://cloud.api.rivet.gg/v1/games/{game_id}/builds'