Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.msgflash.com/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

PUT /api/v1/contacts/groups/{groupId}

Parameters path

NomTypeRequiredDescription
groupIdUUIDyesGroup ID

Body

FieldTypeRequiredDescription
namestringnoNouveau nom
descriptionstringnoNouvelle description
colorstringnoNouvelle couleur

Success response 200

{
  "data": {
    "id": "grp_uuid",
    "name": "Clients VIP"
  }
}