update

Puts a document to the index. If document does not exist, it will be added. An existing product will be overwritten unless the parameter 'replaceExisting" is set to "false". Provided document should be a complete object, partial updates should be done using the updateDocument method.

put/indexer-api/v1/update/{indexName}

Path parameters

indexNamestring required

Query parameters

replaceExistingboolean

set to false to avoid overriding a document with that ID. Defaults to 'true'

Response

Document created

Changes