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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"index_names":["main","payments","web"]}