v1
latestOpenAPI 3.0.12026-07-266184114.0 KBContacts
Update a group
Update an existing group (Permitted scopes: fax:all:edit)
put/accounts/self/contact-groups/{group_id}
Path parameters
group_idstring required
Group ID
Request body
Example request
{
"name": "Premium Clients",
"notes": "Updated notes"
}Response
Response containing a single group object
Example response
{
"id": "5f7a8b9c0d1e2f3a4b5c6d7f",
"name": "VIP Clients",
"notes": "Important clients only",
"is_shared": true,
"creation_date": "2024-01-10T09:00:00Z",
"modification_date": "2024-02-15T11:20:00Z"
}