Skip to main content
PATCH
Update lead list

Authorizations

Authorization
string
header
required

Use Authorization: Bearer tc_live_xxxxx

Path Parameters

lead_list_id
string<uuid>
required

Body

application/json

Every field is optional, but the body must include at least one.

name
string
Required string length: 1 - 200
description
string | null
Maximum string length: 2000

Response

OK

A lead list row (returned by PATCH). Same columns as the detail response without the live fresh_counts.

id
string<uuid>
required
account_id
string<uuid>
required
name
string
required
description
string | null
required
count_new
integer
required

Cached counter, updated asynchronously.

count_contacted
integer
required

Cached counter, updated asynchronously.

count_converted
integer
required

Cached counter, updated asynchronously.

count_unsubscribed
integer
required

Cached counter, updated asynchronously.

created_at
string<date-time>
required
updated_at
string<date-time>
required