Update a conversation.
PUT {{baseUrl}}/v4/conversations/:uid
Update a conversation.
Request Body
{"assignedUserUid"=>"00000000-0000-0000-0000-000000000000", "closed"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"assignedUserUid":"00000000-0000-0000-0000-000000000000","channel":{"identifier":"email@email.com","type":"email"},"closed":false,"contactName":"dol","createdAt":"2015-01-23T23:50:07Z","lastItemAt":"2015-01-23T23:50:07Z","locationUid":"00000000-0000-0000-0000-000000000000","uid":"00000000-0000-0000-0000-000000000000","updatedAt":"2015-01-23T23:50:07Z"},"metadata":{"url":"https://www.podium.com/"}}