update
Puts a document to the index. If document does not exist, it will be added, but in that case the langCode parameter is required. 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'
langCodestring
If this put request targets an index that does not exist yet, that index will be created. To use the correct index template, the language is required for that case. Otherwise its ignored.
Response
OK. The response contains a map of ids and according result.