---
title: "Update field parameters"
method: PUT
path: "/rest/api/3/config/fieldschemes/fields/parameters"
tags: ["Field schemes"]
---

# Update field parameters

`PUT /rest/api/3/config/fieldschemes/fields/parameters`

Update field association item parameters in field association schemes.

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

## Request body

- object

## Response `200`

Returned if the field parameter update was successful.

- UpdateFieldSchemeParametersResponse — Response bean for field scheme parameter update operations.
  - `results` UpdateFieldSchemeParametersPartialFailure[], required
    - `error` string
    - `fieldId` string, required
    - `schemeId` integer, required
    - `success` boolean, required
    - `workTypeId` integer

## Other responses

- `204` — The request completed successfully. No additional content will be sent in the response.
- `207` — Returned if the field parameter update was partially successful.
- `400` — Returned if the request is invalid. If request is malformed, returns a collection of errors. If request is well-formed but contains invalid scheme or field IDs, returns failure details.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have the required permissions

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/5a51740d7ab3/schema)
