Sending a PATCH to /api/v2/conversations/participants/{id} with attributes in the body returns 200 OK, but the values don’t show up in the transcript or subsequent API calls.
{
"attributes": {
"priority": "high"
}
}
Studio snippet using GetRESTProxy can’t read them either. Is this endpoint deprecated for attributes?