---
title: "Update source group"
method: PATCH
path: "/v1/api/sourceGroups/{id}"
tags: ["Source Groups", "v1"]
---

# Update source group

`PATCH /v1/api/sourceGroups/{id}`

Partially update a source group owned by the organization associated with the API key. Only provided fields will be updated.

## Path parameters

- `id` integer, required

## Request body

- PatchSourceGroupParams
  - `name` string, nullable — Unique name for the source group within the organization
  - `displayName` string, nullable — Display name for the source group
  - `description` string, nullable — Description of the source group
  - `domains` string[], nullable — List of domains included in the source group

## Other responses

- `400` — 400 - Bad Request
- `401` — 401 - Invalid API Key
- `403` — 403 - Request Forbidden
- `429` — 429 - Too Many Requests
- `500` — 500 - Server Error

---

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