> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Case

Update the details of a case.

**Note:** The request must include at least one of the following fields: `Status`, `Verdict`, or `Assignee User ID`.

Required permission to run this action: `cases:update`.

<Note>
  External Documentation

  To learn more, visit the [Artemis documentation](https://docs.goartemis.ai/external-api/cases#update-a-case).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                                               |
  | ---------------- | ------------------------------------------------------------------------- |
  | Assignee User ID | The user ID of the new assignee assigned to the case.                     |
  | Case ID          | The ID of the case to update. Can be obtained by the `List Cases` action. |
  | Status           | Select the new status for the case.                                       |
  | Verdict          | Select the new verdict for the case.                                      |
  | Verdict Reason   | The new verdict reason of the case.                                       |
</div>

## Example Output

```json theme={"dark"}
{
	"case_id": "case-9f8a7b6c",
	"message": "Case updated"
}
```

## Workflow Library Example

[Update Case with Artemis and Send Results Via Email](https://library.blinkops.com/workflows/update-case-with-artemis-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/update-case-with-artemis-and-send-results-via-email/canvas" />
</div>
