Builds

patch/1/builds/{build_id}

Query parameters

includeUrlstring

Boolean to determine if a download URL will be generated for the build (default: false)

Request body

changeVersionstring

Publisher/Developer internal change version (Ex: Git commit hash, Perforce CL number etc.)

labelstring

The label for the build

launchCommandstring

The command required to launch the build, including any parameters or flags

notesstring

Optional notes about the build for internal usage

semanticVersionstring

Semantic version for public display

scheduledReleasestring date-time nullable

Build release date in ISO-8601 format

buildTagsstring[]
appIdstring

Application id for whose build is getting updated

Example request

{
  "changeVersion": "f78d7407",
  "label": "Debug build 12.1",
  "launchCommand": "game.exe -geforcenow",
  "notes": "Debug build 12.1",
  "runConfiguration": {
    "hasDrm": true
  },
  "semanticVersion": "1.0.1",
  "scheduledRelease": "2018-07-03T12:54:00",
  "buildTags": [
    "ReleaseBuild"
  ],
  "appId": "92d204f6-3aaa-4100-bc67-483e0cda2fc0"
}

Response

Success

dataBuild20Response20Data — unresolved $ref

Changes

No recorded changes to this endpoint across all 1 revision of this API.