Create a project build

Builds a project. Use the Deploy a project build endpoint to deploy the project to an environment.

Path parameters

idstringRequired
A project ID. This can be a numeric project ID or a folder ID prefixed with 'f', such as 'f660222'.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
descriptionstringOptional
A brief description of the build.
include_test_casesbooleanOptional
Instructs the build to include test cases or not.
include_tagsbooleanOptional
Specifies whether to include tags assigned to assets in the build. Defaults to false.

Response

The project build was created successfully.
build_idstring or null
The ID of the created build.
statusstring or null
The status of the build.

Errors