# Update a group **PUT /v1/groups/{groupId}** Update a group ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **groupId** (string) The id of the group ### Body: application/json (object) - **name** (string) The name of the group - **description** (string | null) The description of the group - **emoji** (string | null) The emoji of the group ## Responses ### 200 Group successfully updated #### Body: application/json (object) - **id** (string) The id of the group. - **name** (string) The name of the group. - **description** (string) The description of the group - **emoji** (string) The emoji of the group ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 404 Group not found [Powered by Bump.sh](https://bump.sh)