PATCH /api/v2/conversations/{conversationId}/participants/{participantId}
{
“attributes”: {
“routing_email”: “agent@example.com”,
“custom_priority”: “high”
}
}
The endpoint spits back a 200 but the values never actually stick on the active call. We’ve tried firing it from a data action and just hitting it straight from Postman. The payload looks fine, yet the UI shows a blank attributes map every time the flow loops back. Guess the merge logic just won’t apply during an active bridge.