Skip to main content
PATCH
/
v3
/
lists
/
{list_uuid}
curl -X PATCH "https://verification.didit.me/v3/lists/{list_uuid}/" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name": "Updated List Name"}'
Update the name or description of a list. System lists cannot be modified.

Request body

FieldTypeDescription
namestringNew name (must be unique per application)
descriptionstringNew description
curl -X PATCH "https://verification.didit.me/v3/lists/{list_uuid}/" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name": "Updated List Name"}'