# Update a group **PUT /api/v1/group/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **uuid** (string) ### Body: application/json (object) - **name** (string) Group name that must be unique. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) UUID of the group - **name** (string) Name of the group - **slug** (string) Slug of the group - **participants_count** (string) Number of participants in the group - **participants** (object) Participants in this group - **created_at** (string) Timestamp of when the group was created - **updated_at** (string) Timestamp of when the group was updated [Powered by Bump.sh](https://bump.sh)