Complete install of incremental update
Once the LiveContent server has received and verified a incremental update that was either uploaded or downloaded, the complete install of incremental update API call can be made. The LiveContent server will now install the verified incremental update, re-index the entire XML database, regenerate reports and integrate the new media and XML content into the database.
Example API call
/servlets3/wietmsd?id=1459773629435&collection=default&book=bike&target=update&action=install_updates
Parameters
| Parameter | Description |
|---|---|
target | update |
action | install_updates |
id | A session ID that is valid for this collection and publication combination. |
collection | The name of the collection that the publication is registered in, such as default. |
book | The path and name of the publication, such as s1000d/samples/bike. |
Returns
- On success
-
<response status="success"> <body> </body> </response> - On failure
-
<response message="Info file is missing in updates." status="error"> <body> <message message="Info file is missing in updates."> </message> </body> </response>