Chat Sessions
Update a chat session
PATCH
/
chat
/
sessions
/
{session_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
session_id
string
requiredBody
application/json
status
enum<string>
Available options:
open
, closed_resolved
, closed_unresolved
Was this page helpful?