Hi everyone,
I've recently upgraded from Intercom API version 2.3 to 2.11 and I'm encountering some issues. I understand that sections are now deprecated and are accessed via collections. I'm able to update the section names using the new path help_center/collections/{id}
.
However, when I try to use translated_content
, I receive the following error:
{
"type": "error.list",
"request_id": "0001t87jrm46e5t3rtp0",
"errors": :
{
"code": "not_found",
"message": "Resource Not Found"
}
]
}
Has anyone else experienced this issue or can provide guidance on how to correctly use translated_content
in version 2.11? Any examples, workarounds, or documentation links would be highly appreciated.
Thanks in advance for your help!