---
title: "Updates the groups description"
method: PATCH
path: "/legacy-groups/v1/groups/{groupId}/description"
tags: ["Groups"]
---

# Updates the groups description

`PATCH /legacy-groups/v1/groups/{groupId}/description`

## Path parameters

- `groupId` integer, required

## Request body

- RobloxGroupsApiUpdateGroupDescriptionRequest — A request model for setting a description for the group
  - `description` string — The group description being set.

## Response `200`

OK

- RobloxGroupsApiGroupDescriptionResponse
  - `newDescription` string — The new description returned

## Other responses

- `400` — 1: Group is invalid or does not exist. 29: Your group description was empty.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 18: The description is too long. 23: Insufficient permissions to complete the request.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/756260310407/schema)
