/
var
/
www
/
html
/
sugardemo
/
include
/
api
/
help
/
Upload File
HOME
<!-- /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ --> <h2>Overview</h2> <span class="lead"> [ADMIN] PackageManager install a package </span> <h2>Summary</h2> <span class="lead"> Installs the specified package. Package 'file_install' hash must be provided. file_install hash could be found <a onclick="openLongHelp('0a1e2025e64616cc2ef5ca2d8b7a2f05');">in staging package list</a>. </span> <h3>Response</h3> Returns http status 200 OK and newly installed package ID if request is successful. <pre class="pre-scrollable"> { "id": "56365210-4cce-11ea-a7bf-acde48001122" } </pre> Otherwise returns http status 4xx with errors. <pre class="pre-scrollable"> { "error": "not_found", "error_message": "Could not find package by ID." } </pre> <h2>Change Log</h2> <table class="table table-hover"> <tr> <th>Version</th> <th>Change</th> </tr> <tr> <td> v11.8 </td> <td> Added <code>/Administration/packages/:file_install/install/</code> GET endpoint. </td> </tr> </table>