---
title: "Update Assignee, Status, Priority, Title or Description of a Case"
method: PUT
path: "/update"
tags: ["Case"]
---

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

`PUT /update`

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

## Request body

- UpdateRequest — Request to update case properties (status, priority, title, description, assignee).
  - `id` string, 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
  - `title` string
  - `description` string
  - `assignee` string, nullable

## Response `200`

Success

- UpdateCaseResponse — Confirmation of a case update operation.
  - `status` Status — API response status with code and message.
    - `status_code` string
    - `status_message` string

---

[API](https://skmtc.net/recordedfuture/apis/alert-api.md) · [All operations](https://skmtc.net/recordedfuture/apis/alert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recordedfuture/alert-api/revisions/c8c2f68d8b60/schema)
