/search (POST)
POST /search
POST
/search
Create or update items in search index
Authorizations
Parameters
Header Parameters
Quant-Customer
required
string
The customer account name
Quant-Project
required
string
The project machine name
Request Body required
Search records
Array<object>
A search record
object
title
The title of a search record
string
content
The full body of content related to a search record
string
url
The URL of a search record
string
summary
The optional summary of a search record
string
Responses
200
Okay
400
Invalid payload, should contain array of search records
403
Invalid credentials