Contact Groups
Update Contact Group
Update an existing contact group by UUID.
Required Fields:
- name: Updated name for the contact group
PUT
Update Contact Group
Authorizations
Bearer token authentication. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Path Parameters
UUID of the contact group to update
Example:
"249657cb-a9b0-445d-932e-4c04fe07a384"
Body
application/json
Response
200
application/json
Contact group updated successfully
The response is of type object
.
Update Contact Group