ContactGroups
Update a contact group
Update the details of a single contact group (required scope contacts:write)
patch/v1/contactGroups/{contactGroupId}
Path parameters
contactGroupIdinteger required
Contact group id
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"name": "High value customers"
}Response
No Content
Changes
No recorded changes to this endpoint across all 3 revisions of this API.