docs/news: describe new manifests API endpoint

This commit is contained in:
Achilleas Koutsou 2021-01-18 16:24:23 +01:00 committed by Ondřej Budai
parent 487299f09c
commit 01c21b5a47

View file

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