PUT /community-meta (link-preview and guest/member-list flags). That route is not mounted on https://api.returning.ai.PUT /community-meta and PUT /v1/community-meta both 404.PUT /v1/appearance and PUT /v1/community-bot are mounted. Name/URL PUT /v1/communities is not.404.| Status | When | Recovery |
|---|---|---|
404 | /community-meta or /v1/community-meta | Stop. Use admin settings. |
400 on /v1/appearance does not mean /v1/community-meta is mounted.curl --location --request PUT 'https://adss-production.returning.ai/apis/partnercommunity-meta' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"preview": {
"title": "TR5 server",
"description": "[17Mar2025,Mon] Edited Link Preview test description edited \nTesting the TR5 preview 123\n\nEdited againT\n\n\n[17Mar2025,Mon] Edited Link Preview test description e",
"image": "/assets/files/communities/6502c9e514a3e564c5c09c0a/preview/image-1775622728279.jpeg"
},
"membersListVisible": true,
"guestModeEnabled": false
}'{
"meta": {
"status": "string",
"statusCode": 0
},
"message": "string",
"data": {
"property1": "string",
"property2": "string"
}
}