---
title: "PUT /domains/{domainId}/cases/{caseId}"
method: PUT
path: "/domains/{domainId}/cases/{caseId}"
---

# PUT /domains/{domainId}/cases/{caseId}

`PUT /domains/{domainId}/cases/{caseId}`

If you provide a value for `PerformedBy.UserArn` you must also have [connect:DescribeUser](https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeUser.html) permission on the User ARN resource that you provide

Updates the values of fields on a case. Fields to be updated are received as an array of id/value pairs identical to the `CreateCase` input .

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

## Path parameters

- `domainId` string, required
- `caseId` string, required

## Request body

- object
  - `fields` FieldValue[], required — An array of objects with <code>fieldId</code> (matching ListFields/DescribeField) and value union data, structured identical to <code>CreateCase</code>.
    - `id` string, required — Unique identifier of a field.
    - `value` object, required — Union of potential field value types.
      - `stringValue` string — String value type.
      - `doubleValue` number, double — Can be either null, or have a Double number value type. Only one value can be provided.
      - `booleanValue` boolean — Can be either null, or have a Boolean value type. Only one value can be provided.
      - `emptyValue` object — An empty value.
      - `userArnValue` string — Represents the user that performed the audit.
  - `performedBy` object — Represents the entity that performed the action.
    - `userArn` string — Represents the Amazon Connect ARN of the user.
    - `customEntity` string, password — Any provided entity.

## Response `200`

Success

- UpdateCaseResponse

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — ValidationException
- `483` — ThrottlingException
- `484` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/connectcases.md) · [All operations](https://skmtc.net/aws/apis/connectcases/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/connectcases/versions/2533502f9155/schema)
