I’m referencing this documentation: https://developers.intercom.com/docs/references/rest-api/api.intercom.io/conversations/updateconversation
I’ve created a custom attribute on conversations called original_post_id (see below)
![](https://uploads-eu-west-1.insided.com/intercom-en/attachment/67db47d7-7dc2-43a1-a95f-8fd6218a3dab.png)
And i’ve been successfully able to PUT https://api.intercom.io/conversations/{id} (200 response code) with the intention of updating the conversation with a custom attribute value:
![](https://uploads-eu-west-1.insided.com/intercom-en/attachment/1177b5aa-9d77-4b84-8cf2-ec2718fe1846.png)
Yet the response shows that no custom attribute with original_post_id, which i’d expect to see populated with the value in my PUT request. I only see one custom attribute, which is ‘Copilot used’. Is the latest intercom API docs up to date? or does updating custom attributes on conversations not work yet?
![](https://uploads-eu-west-1.insided.com/intercom-en/attachment/24fca203-b79e-4ccd-9315-2969f1261608.png)