Path: / rs / product / {dsName} / {shopGUID} / update

Updates contents of a search index

Path parameters:
shopGUID - is the GUID identifier of a shop.
dsName - is the datasource name. (i.e. epages6 Storename)

Method Summary
ResourceDescription
POST /rs/product/{dsName}/{shopGUID}/updateUpdates contents of a search index

Method Detail
HTTP Example:
POST /rs/product/{dsName}/{shopGUID}/update

API Example:

IndexResource.updateIndexContents({'shopGUID': /* shopGUID is the GUID identifier of a shop. */,
  'dsName': /* dsName is the datasource name. */,
  '$entity': /* entity contains additional index information, e.g. */});

Updates contents of a search index

Input:
UpdateSearch - contains additional index information, e.g. replication token, list of resources to update.
Output:
Task - the scheduled task.
Produces:
application/json
application/xml
Consumes:
application/json
application/xml
HTTP return codes:
202 - If task has been accepted.
500 - If an error occurred.