v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Case

Update Assignee, Status, Priority, Title or Description of a Case

Update assignee, status, priority, title, or description on an existing case.

put/update

Request body

idstring identity required

The identity of a task

status'New' | 'InProgress' | 'Dismissed' | 'Resolved'

The Status of the Case

priority'Informational' | 'Moderate' | 'High'

The Priority of the Case

titlestring
descriptionstring
assigneestring nullable

Example request

{
  "id": "task:96b12d30-b14c-461f-8377-fc36a01c91fe",
  "status": "InProgress",
  "priority": "High"
}

Response

Success