docs/news: describe new manifests API endpoint
This commit is contained in:
parent
487299f09c
commit
01c21b5a47
1 changed files with 9 additions and 0 deletions
9
docs/news/unreleased/koji-manifests.md
Normal file
9
docs/news/unreleased/koji-manifests.md
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue