Update indexes order
PUT {{baseUrl}}/api/v1/logs/config/index-order
This endpoint updates the index order of your organization. It returns the index order object passed in the request body when the request is successful.
Request Body
{"index_names"=>["main", "payments", "web"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"index_names":["main","payments","web"]}