Module: Community Bot
Base path: /community-bot
Community ID is resolved from the API key token. Do not send communityID in path or body.
Auth:
Authorization: Bearer <api_key_token>
Required API key permission: appearance
PUT /community-bot
Update community bot configuration.
Supports partial updates. Send only the fields you want to change.
Request body schema:
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | No | Bot display name |
| avatar | string | null | No |
curl --location --request PUT 'https://api.returning.ai/v1/community-bot' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "server bot edited",
"avatar": "https://d1qp7obm8na1ru.cloudfront.net/57ef33a0-3896-11f1-95a3-399026424a57_appearance.webp"
}'{}