v1
latestSwagger 2.02026-07-17332466.5 KBmultilist
Verify lists
Verify lists. If no lists, nor any search is specified all lists are checked.
Required security scopes:
- api:manage
put/xlist/verify
Query parameters
clearboolean
Clear list if unable to repair
elementsboolean
Verify elements as well
errors_onlyboolean
Returns errors only. If disabled, operations will be faster and require less memory.
repairboolean
Repair lists with problems automatically.
Request body
Example request
{
"all_in_sets": [
"storage-set",
"backup-set"
],
"lists": [
"highscore-dk-all",
"highscore-uk-all"
],
"match_metadata": {
"country": "dk"
}
}Response
OK