---
title: "Update Group"
method: PUT
path: "/v1/shops/{shopId}/groups/{groupId}/update"
tags: ["Groups"]
---

# Update Group

`PUT /v1/shops/{shopId}/groups/{groupId}/update`

Updates a specific group.

## Request body

- object
  - `name` string, required
  - `category_id` string
  - `image_id` string
  - `visibility` 'public' | 'unlisted' | 'private', required
  - `products` string[], required
  - `badge_color` string
  - `badge_text` string
  - `metadata` string — Must not be greater than 65535 characters.
  - `apply_category_to_products` boolean

## Response `200`

---

[API](https://skmtc.dev/sellauth/apis/sellauth-api.md) · [All operations](https://skmtc.dev/sellauth/apis/sellauth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sellauth/sellauth-api/revisions/945e6d749d68/schema)
