Update a task

PATCH {{baseUrl}}/contact_center/tasks/:taskId

Use this API to:
1) update a task's priority level or
2) manually assign or unassign a task to an agent.

Scopes: contact_center_task:write:admin

Rate Limit Label: Light

Request Body

{"task_priority"=>"<integer>", "assigned_user_id"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring