| Field | Type | Required | Nullable | Description |
|---|---|---|---|---|
| name | string | No | No | Community display name. Maximum 32 characters. |
| uri | string | No | No | Community URL slug. |
{
"name": "Returning AI Community",
"uri": "returning-ai-community"
}Authorization: Bearer <api-key>curl --location --request PUT 'https://api.returning.ai/v1communities' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "TR5-new1-Sep",
"uri": "TR5"
}'{}