latestSwagger 2.02026-08-1095121164.0 KB
94758829689e
sites
Get composer build updates for an environment
Returns the list of composer dependencies that have been added, updated, or removed.
get/v0/sites/{site_id}/environments/{env_id}/build/updates
Path parameters
site_idstring required
Site UUID
env_idstring required
Environment ID (e.g., dev, test, live, or multidev name)
Response
Example response
{
"added_dependencies": [
"drupal/core:^9.0"
],
"removed_dependencies": [
"old/package:^1.0"
],
"updated_dependencies": [
"symfony/http-foundation:^5.0"
]
}