| Field | Type | Required | Nullable | Description |
|---|---|---|---|---|
| name | string | No | No | Bot display name. Maximum 32 characters. |
| avatar | string | No | Yes | Bot avatar URL. Send null to clear the avatar. |
Authorization: Bearer <api-key>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"
}'{
"meta": {
"status": "string",
"statusCode": 0
},
"message": "string",
"data": {
"property1": "string",
"property2": "string"
}
}