Skip to main content
PUT
Update a business lead segmentation tag

Path Parameters

id
string
required

Body

Request schema for the Leadping API tag request, including the fields clients can send.

name
string | null

Display name for this tag request in the Leadping API.

color
string | null

Hex color used to display this tag or status in Leadping clients.

description
string | null

Human-readable description that explains this tag request to API users.

id
string | null

The unique identifier for the entity, when updating an existing entity.

Response

OK

Response schema for the Leadping API tag response returned to authenticated clients.

businessId
string | null

Business ID that owns this tag.

name
string

Display name for this tag response in the Leadping API.

normalizedName
string

Normalized name used for case-insensitive tag matching and deduplication.

color
string | null

Hex color used to display this tag or status in Leadping clients.

description
string | null

Human-readable description that explains this tag response to API users.

createdByUserId
string | null

User ID of the person who created this tag response.

isArchived
boolean

Indicates whether this lead or record is archived.

archivedAt
string<date-time> | null

UTC timestamp when this record was archived.

id
string

The unique identifier for the entity.

createdAt
string<date-time>

The date and time when the entity was created.

modifiedAt
string<date-time> | null

The date and time when the entity was last modified, if applicable.