Update contact tags
Adds and/or removes tags on a single contact.
PATCH
/feeds/{feedId}/contacts/{contactId}/tagsAuthorization
basicAuth AuthorizationBasic <token>
In: header
Path Parameters
feedId*string
contactId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
tagsToRemove?array<string>
tagsToAdd?array<string>
curl -X PATCH "https://example.com/feeds/string/contacts/string/tags" \ -H "Content-Type: application/json" \ -d '{}'Empty
{ "traceId": "string", "message": "string", "path": "string", "timestamp": "string", "statusCode": 0.1}{ "traceId": "string", "message": "string", "path": "string", "timestamp": "string", "statusCode": 0.1}