---
title: "PUT /domains/{domainId}/fields/{fieldId}"
method: PUT
path: "/domains/{domainId}/fields/{fieldId}"
---

# PUT /domains/{domainId}/fields/{fieldId}

`PUT /domains/{domainId}/fields/{fieldId}`

Updates the properties of an existing field.

## Path parameters

- `domainId` string, required
- `fieldId` string, required

## Request body

- object
  - `name` string — The name of the field.
  - `description` string — The description of a field.
  - `attributes` object — Union of field attributes.
    - `text` object — Field attributes for Text field type.
      - `isMultiline` boolean, required — Attribute that defines rendering component and validation.

## Response `200`

Success

- UpdateFieldResponse

## Other responses

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

---

[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)
