Blame docs/news/27/koji-manifests.md

Packit Service 3a6627
# Koji API: New endpoint for getting the manifests of a compose job
Packit Service 3a6627
Packit Service 3a6627
A new endpoint is available in the Koji API: `GET /compose/{ID}/manifests`.
Packit Service 3a6627
Returns the manifests for a running or finished compose. Returns one manifest
Packit Service 3a6627
for each image in the request, in the order they were defined.
Packit Service 3a6627
Packit Service 3a6627
Relevant PRs:
Packit Service 3a6627
https://github.com/osbuild/osbuild-composer/pull/1155
Packit Service 3a6627
https://github.com/osbuild/osbuild-composer/pull/1165