Build
Create a build
Create a new build.
post/build
Request body
Example request
{
"application_id": 234,
"branch": "main",
"commit": {
"id": "123abc",
"permalink": "https://example.com/1234"
}
}Response
The operation was successful.
Example response
{
"id": 123,
"application_id": 345,
"branch": "main",
"commit": {
"id": "123abc",
"permalink": "https://example.com/1234"
},
"created_at": "2021-01-01T00:00:00Z",
"updated_at": "2021-01-02T00:00:00Z",
"description": "This is a description of the build.",
"nrn": "organization=1:account=2:namespace=3:application=234:build=123",
"status": "pending"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.