v1

latestSwagger 2.02026-07-17332466.5 KB
multilist

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

all_in_setsstring[]

Include all lists in these sets

listsstring[]

Include lists that match exact list names

match_metadataobject

Include lists that match all values in metadata

Example request

{
  "all_in_sets": [
    "storage-set",
    "backup-set"
  ],
  "lists": [
    "highscore-dk-all",
    "highscore-uk-all"
  ],
  "match_metadata": {
    "country": "dk"
  }
}

Response

OK