AckdbSetContactIdentityLinkValuesRequest

Request body for PUT /contacts/{contactId}/links/{type}. Declarative: this becomes the complete value set for the type; [] clears it. Adding requires a registered universal type; removing never does.

Properties

valuesarray ofrequired

Non-empty strings, deduplicated.

string

Example

AckdbSetContactIdentityLinkValuesRequest example
{
  "values": [
    "string"
  ]
}