Create a new configuration
POST {{baseUrl}}/{{tenant}}/configurations
Creates a new index configuration. Currently supported providers: * ALGOLIA (https://www.algolia.com)
Identifier of a newly craeted configuration is a provider name.
Request Body
{"searchKey"=>"", "applicationId"=>"", "indexName"=>"", "provider"=>"ALGOLIA", "writeKey"=>""}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"id":"\u003cstring\u003e"}