community.updated
Generated from COPE public event contracts. Do not edit this page by hand.Fires when a community’s settings or profile change.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A community was updated.
Generated from COPE public event contracts. Do not edit this page by hand.Fires when a community’s settings or profile change.
| Field | Value |
|---|---|
| Encoding | CloudEvents 1.0 structured JSON |
| Delivery | At least once |
| Idempotency | Use the CloudEvents source + id tuple, or COPE idempotency_key when available. |
| Source | cope.community |
| Subject pattern | updated:<identifier> |
| Category | Community |
| Availability | Available in the public webhook reference. |
| Schema title | community.updated v1 payload |
| Schema ID | https://schemas.cope.com/events/community.updated/v1 |
| Field | Required | Type | Allowed Values | Description | |
|---|---|---|---|---|---|
avatar_url | no | `string | null` | - | - |
changed_by | yes | string | - | - | |
community_id | yes | string | - | - | |
cover_image_url | no | `string | null` | - | - |
description | no | `string | null` | - | - |
name | no | `string | null` | - | - |
settings | no | `object | null` | - | - |
tier | no | `string | null` | - | - |
{
"data": {
"changed_by": "example_changed_by",
"community_id": "example_id"
},
"datacontenttype": "application/json",
"dataschema": "https://schemas.cope.com/events/community.updated/v1",
"id": "community.updated:example",
"idempotency_key": "community.updated:example",
"source": "cope.community",
"specversion": "1.0",
"subject": "updated:example",
"time": "2026-05-05T12:00:00.000Z",
"type": "community.updated"
}
Was this page helpful?