ReferenceAPIOperationsBuilds
Preview a Markdown changelog for a manual build.
Preview a Markdown changelog for a manual build.
Operation ID
preview_build_changelogAuthorization
bearer_auth AuthorizationBearer <token>
In: header
Path Parameters
project_id*string
Project ID
Query Parameters
pipeline_id*string
Pipeline ID
branch?string
Target branch
commit_sha?string
Target commit
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/projects/string/builds/changelog-preview?pipeline_id=string"{ "base_commit": "string", "markdown": "string", "target_commit": "string"}