Manticore Search · Example Payload

Partial_Replace

Partially replaces a document with given id in a table Responds with an object of the following format: ``` {'table':'products','updated':1} ```

SearchFull-Text SearchVector SearchElasticsearch CompatibleOpen SourceDatabase

Partial_Replace is an example object payload from Manticore Search, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummarydescription

Example Payload

Raw ↑
{
  "operationId": "partial_replace",
  "method": "POST",
  "path": "/{table}/_update/{id}",
  "summary": "Partially replaces a document in a table",
  "description": "Partially replaces a document with given id in a table\nResponds with an object of the following format: \n\n  ```\n  {'table':'products','updated':1}\n  ```\n"
}