v1
latestOpenAPI 3.0.02026-07-17437.1 KBCreate a build
post/builds/start
Headers
Authorizationstring required
Token authorization from project
Request body
Example request
{
"commitDate": "2019-10-26T12:58:18-07:00",
"authorDate": "2019-10-26T12:58:18-07:00",
"assets": {
"base/file/image.png": "1234abcdef",
"base/other/image.png": "abcdef1234"
}
}Response
Build object
Example response
{
"assets": {
"base/file/image.png": "1234abcdef",
"base/other/image.png": "abcdef1234"
}
}