PUT /community-bot. On https://api.returning.ai that unprefixed path 404s. The mounted path is PUT /v1/community-bot.{} is the safe probe.name max length 32. avatar may be null to clear.PUT /community-bot is not mounted.PUT /v1/community-bot with {} returns Validation failed detail.body: Request body must be a non-empty object.200 is not documented from a live mutation on this page.| Status | When | Recovery |
|---|---|---|
404 | Path without /v1 | Call /v1/community-bot. |
400 empty object | {} | Send name and/or avatar. |
401 | Missing or invalid token | Add a valid community key. |
/v1.PUT /v1/appearance, not this path.curl --location --request PUT 'https://adss-production.returning.ai/apis/partner/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"
}
}