TeamCity REST API Reference 2025.11 Help

Customizations

A collection of build customizations (artifact dependency overrides, custom parameters or changesets) that set this build apart from normal configuration builds.

Properties

parameters

The list of parameters added by user via the Run Custom Build dialog. Existing parameters whose values were customized are not included.

changes

A unique changeset processed by the build. For example, a manually uploaded .diff patch (for personal builds) or an older revision that was already processed before (for history builds)

artifactDependencies

The list of artifact dependency customizations. See build.artifactDependencyChanges for more information.

dependencies

The list of custom snapshot dependency settings for this build, such as when an upstream build was explicitly re-run, bypassing the default reuse setting, or skipped.

Schema

Below, you can find a full schema of this object, in XML and JSON formats. You can choose what fields to submit depending on your current needs. Different methods might expect different fields: the best approach is to request this entity via GET and use the response as a base for the following POST request.

A link to another object implies that you can substitute it with the schema of the linked object, if it is required for your call.

<customizations artifactDependencies="Map{}" changes="Map{}" dependencies="Map{}" parameters="Map{}"/>
{ "changes" : { "key" : "changes" }, "artifactDependencies" : { "key" : "artifactDependencies" }, "parameters" : { "key" : "parameters" }, "dependencies" : { "key" : "dependencies" } }
Last modified: 02 December 2025