Skip to content

Package Install Upload

Kevin Obee edited this page Oct 11, 2013 · 1 revision

This command can be used to install a Sitecore package by specifying the location of an update package file to upload to the server.

Details

Issue a POST request to /services/package/install/fileupload and pass it the location of an update package file to upload to the server.

Example:

POST /services/package/install/fileupload HTTP/1.1
Host: shiptester
Accept: application/json, text/javascript, */*
Cache-Control: no-cache

----WebKitFormBoundaryE19zNvXGzXaLvS5C
Content-Disposition: form-data; name="path"; filename="package.update"
Content-Type: 


----WebKitFormBoundaryE19zNvXGzXaLvS5C

The request also accepts an optional DisableIndexing parameter. For details of this and information on the command's response format refer to the Install Package - Specify Server File Path above.

Note that if you have recordInstallationHistory enabled you will need to provide PackageId and Description form parameters in the request that you make.

Clone this wiki locally