---
title: "Verify list"
method: PUT
path: "/lists/{list_id}/verify"
tags: ["lists"]
---

# Verify list

`PUT /lists/{list_id}/verify`

Verify the list and its elements and optionally repair it.
All write access to the list is blocked while operation runs.

Required security scopes:
  * `api:manage`

## Path parameters

- `list_id` string, required

## Query parameters

- `clear` boolean
- `repair` boolean

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/vivino/apis/the-rankdb-api.md) · [All operations](https://skmtc.net/vivino/apis/the-rankdb-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivino/the-rankdb-api/versions/7a45b5309a11/schema)
