put https://app.crowd.dev/api/tenant//conversation/
Update a conversation given an ID.
Updating activities in a conversation
When updating activities in a conversation, make sure to send the whole new activity array. For example, take a conversation with the associated activities
[a1, a2, a3]
. If we want to adda4
anda5
send[a1, a2, a3, a4, a5]
in the update payload instead of[a4, a5]
.