Blame docs/news/28/cloudapi-packages.md

Packit Service bcdfb1
# Cloud API: The compose endopint now allow additional package selection
Packit Service bcdfb1
Packit Service bcdfb1
The `POST /compose` endpoint has now been extended to allow packages to
Packit Service bcdfb1
be requested in addition to the base ones for the image type. Packages
Packit Service bcdfb1
can only be requested by name, and the most recent ones that satisfy
Packit Service bcdfb1
dependency solving will be chosen.
Packit Service bcdfb1
Packit Service bcdfb1
Relevant PR:
Packit Service bcdfb1
https://github.com/osbuild/osbuild-composer/pull/1208