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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"id":"\u003cstring\u003e"}