Build Append

Modifies an existing build by appending one or more new modules to it.

Security: Requires Deploy and Delete permissions for the specified build.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≥ 1

The name of the parent build that will receive the module.

string
required
length ≥ 1

The number of the parent build that will receive the module.

Query Params
string

The start date & time of the parent build that will receive the module (ISO 8601 format).

string

The repository key of the parent build.

string

The project key of the parent build.

Body Params

Array of build modules to append

Responses
204

Appended successfully

400

Bad Request - The request body is malformed or a required parameter is missing.

401

Bad Credentials - Authentication failed. A valid token is required.

403

Permission Denied - The user does not have Deploy and Delete permissions for the specified build.

404

Build-Info not found

Language
Credentials
URL
LoadingLoading…