Edit Issue Status as Agent

PUT https://api.helpshift.com/v1/{{domain}}/chat/issues/{{issue_id}}/status

Resolve or Reject an issue.

This action is taken on behalf of an agent.

Request Body

[{"name"=>"profile-id", "value"=>"{{agent_id}}", "datatype"=>"string"}, {"name"=>"status", "value"=>"Resolved", "datatype"=>"string"}]

RESPONSES

status: OK

{"profile_id":"moana_profile_20201124080208068-6156715572149ac","status":"Resolved"}