/Administration/packages/:file_install/install GET
Overview
[ADMIN] PackageManager install a package.
Summary
Installs the specified package. Package 'file_install' hash must be provided. file_install hash could be found in staging package list.
Response
Returns http status 200 OK and newly installed package ID if request is successful.
{
"id": "56365210-4cce-11ea-a7bf-acde48001122"
}
Otherwise returns http status 4xx with errors.
{
"error": "not_found",
"error_message": "Could not find package by ID."
}
Change Log
| Version | Change |
|---|---|
| v11.8 |
Added |