Skip to main content

CreateGameBuild

Creates a new game build for the given game.

Path Parameters
  • game_id string required

    Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

    A universally unique identifier.

Request Body required
  • display_name string required

    Possible values: 1 ≤ length ≤ 24, Value must match regular expression ^(?:[^ \n\r] ?)+[^ \n\r]$

    Represent a resource's readable display name.

  • image_tag string required

    A tag given to the game build.

  • image_file object required

    A file being prepared to upload.

    • path string required

      The path/filename of the file.

    • content_type string

      The MIME type of the file.

    • content_length int64 required

      Unsigned 64 bit integer.

Responses

CreateGameBuild 200 response

Schema
  • build_id string required

    Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

    A universally unique identifier.

  • upload_id string required

    Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

    A universally unique identifier.

  • image_presigned_request object required

    A presigned request used to upload files. Upload your file to the given URL via a PUT request.

    • path string required

      The name of the file to upload. This is the same as the one given in the upload prepare file.

    • url string required

      The URL of the presigned request for which to upload your file to.