Oore CI
ReferenceAPIOperationsBuilds

Preview a Markdown changelog for a manual build.

Preview a Markdown changelog for a manual build.

Operation IDpreview_build_changelog
GET
/v1/projects/{project_id}/builds/changelog-preview

Authorization

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"}