Skip to main content

update contact tags

PATCH 

/org/:orgId/contact/:contactId/tag

Update the tags for a contact. Tags must be alphabetic strings, max 10 characters each, max 5 tags total.

Request

Path Parameters

    orgId stringrequired

    Organization ID

    contactId stringrequired

    Contact ID

Body

required

Request Body

    oneOf

    tags string[]

Responses

Successfully validated and updated tags

Schema

  • Array [

  • string

  • ]

Loading...