Manticore Search · Example Payload

Replace

Replace an existing document. Input has same format as `insert` operation. Responds with an object in format: ``` {'table':'products','id':1,'created':false,'result':'updated','status':200} ```

SearchFull-Text SearchVector SearchElasticsearch CompatibleOpen SourceDatabase

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

Top-level fields

operationIdmethodpathsummarydescriptionrequestExample

Example Payload

Raw ↑
{
  "operationId": "replace",
  "method": "POST",
  "path": "/replace",
  "summary": "Replace new document in a table",
  "description": "Replace an existing document. Input has same format as `insert` operation.\nResponds with an object in format:\n\n  ```\n  {'table':'products','id':1,'created':false,'result':'updated','status':200}\n  ```\n",
  "requestExample": "test"
}