---
title: "Update Community"
method: PUT
path: "/v1/update-community/{community_id}"
tags: ["Communities"]
---

# Update Community

`PUT /v1/update-community/{community_id}`

Update a specific community by ID.

## Path parameters

- `community_id` string, uuid, required

## Headers

- `X-API-Key` string, required

## Request body

- UpdateCommunityRequest
  - `title` string, nullable — Title of the community
  - `description` string, nullable — Description of the community
  - `digital_human_ids` integer[], nullable — List of digital human (test case) IDs to associate this community with (replaces existing associations)

## Response `200`

Successful Response

- CommunityResponse — Response model for community operations
  - `id` string, required — Unique identifier for the community
  - `title` string, required — Title of the community
  - `description` string, nullable — Description of the community
  - `created_at` string, date-time, required — When this community was created
  - `digital_human_ids` integer[] — List of digital human (test case) IDs associated with this community

## Other responses

- `422` — Validation Error

---

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