v1
latestOpenAPI 3.1.02026-07-2458221215.8 KBConversations
Update a conversation
Updates data of a conversation
patch/conversations/{id}
Path parameters
idstring required
Public ID of the conversation.
Request body
Example request
{
"snoozed_until": "2022-03-10T16:15:50Z"
}Response
OK
Example response
{
"snoozed_until": "2022-03-10T16:15:50Z",
"time_window": {
"open_until": "2022-03-10T16:15:50Z"
}
}