v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBLogs Indexes
Update indexes 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.
put/api/v1/logs/config/index-order
Request body
Example request
{
"index_names": [
"main",
"payments",
"web"
]
}Response
OK
Example response
{
"index_names": [
"main",
"payments",
"web"
]
}