Create a project build
Builds a project. Use the Deploy a project build endpoint to deploy the project to an environment.
Path parameters
id
A project ID. This can be a numeric project ID or a folder ID prefixed with 'f', such as 'f660222'.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
description
A brief description of the build.
include_test_cases
Instructs the build to include test cases or not.
Response
The project build was created successfully.
build_id
The ID of the created build.
status
The status of the build.