v1
latestSwagger 2.02026-07-17332466.5 KBmultilist
Reindex lists
Reindex lists. If no lists, nor any search is specified all lists are reindexed.
Required security scopes:
- api:manage
put/xlist/reindex
Query parameters
errors_onlyboolean
Returns errors only. If disabled, operations will be faster and require less memory.
Request body
Example request
{
"all_in_sets": [
"storage-set",
"backup-set"
],
"lists": [
"highscore-dk-all",
"highscore-uk-all"
],
"match_metadata": {
"country": "dk"
}
}Response
OK