/index

Builds all indexes.

post
Authorizations
AuthorizationstringRequired
Body

Starts a new indexing operation.

plananyOptional

Set to true to plan the index building.

toIndexanyOptional

Set to true to perform the index building.

Responses
chevron-right
400Error
application/json
codestringOptional

A machine readable code of the error.

messagestringOptional

A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.

post
/index/build

Gets all index plans.

get
Authorizations
AuthorizationstringRequired
Query parameters
offsetanyOptionalDefault: 0
countanyOptionalDefault: 20
Responses
chevron-right
400Error
application/json
codestringOptional

A machine readable code of the error.

messagestringOptional

A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.

get
/index/plan

Last updated