---
title: "Update Group"
method: PATCH
path: "/v1/config/groups/{groupId}"
tags: ["Groups"]
---

# Update Group

`PATCH /v1/config/groups/{groupId}`

Use this method to modify a log group. You can change the name of the group and the access scope that defines the data that is accessible by members in that group.

## Path parameters

- `groupId` string, required

## Headers

- `servicekey` string, required

## Request body

- GroupsRequest
  - `name` string — Name of a log group.
  - `accessScopes` string — Query that determines the data that is visible to members of a group.

## Response `200`

OK

- object

## Other responses

- `400` — Bad request

---

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