Load incremental update dialog
Retrieves the XHTML page that will provide the user with an interface through which he or she can upload a ZIP file that should be incorporated into a publication as an incremental update.
Example API call
/servlets3/wietmsd?id=1459754561359&time=1459754560082&target=update&action=install_updates_dlg&book=bike&collection=default
Parameters
| Parameter | Description |
|---|---|
target | update |
action | install_updates_dlg |
time | To prevent browser-side caching of data, especially with AJAX requests, it is important to make a URL unique. The most effective technique to accomplish this is to include a time parameter that is based on the time at which the call is made. |
id | A session ID that is valid for this collection and publication combination. |
book | The name of the publication, such as bike. |
collection | The name of the collection that the publication is registered in, such as default. |
Returns
- On success
- The XHTML page install_updates_dlg.html loaded from the current skin.