{
"status": 200,
"message": "Resource updated successfully.",
"data": {}
}{
"message": "Unauthenticated."
}{
"message": "Resource not found.",
"status": 404
}Contact Groups
Update Contact Group
Update an existing contact group in the specified workspace.
PUT
/
workspaces
/
{workspace}
/
contact-groups
/
{contact-group}
{
"status": 200,
"message": "Resource updated successfully.",
"data": {}
}{
"message": "Unauthenticated."
}{
"message": "Resource not found.",
"status": 404
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The body is of type any.