v1

latestOpenAPI 3.1.02026-07-17753796.1 KB
Packages

Writes `composer.lock` and optional `composer.json` and runs a `composer install`

put/api/packages/cloud

Request body

composerLockobject required

New content of the composer.lock file

composerJsonobject

Optional content of the composer.json file

Response

Writes composer.lock and optional composer.json and runs a composer install

idstring

A unique UUIDv4 for the current task.

titlestring
consolestring
cancellableboolean

If the task can be aborted

autocloseboolean

If it should be possible to close the task automatically.

auditboolean

If a successful task might requires audit (install tool).

status'active' | 'complete' | 'paused' | 'error' | 'aborting' | 'stopped'