---
title: "Update clan details"
method: PATCH
path: "/v1/clans/{clanId}"
tags: ["clans"]
---

# Update clan details

`PATCH /v1/clans/{clanId}`

## Path parameters

- `clanId` string, uuid, required

## Request body

- object
  - `description` string, nullable
  - `imageUrl` string, uri, nullable
  - `bannerUrl` string, uri, nullable

## Response `200`

Successful response

- object
  - `id` string, uuid, required
  - `name` string, required
  - `description` string, nullable, required
  - `imageUrl` string, nullable, required
  - `bannerUrl` string, nullable, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Resource not found
- `500` — Internal server error

---

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