Updates a field configuration. The name and the description provided in the request override the existing values.This operation can only update configurations used in company-managed (classic) projects.Permissions required:Administer Jiraglobal permission.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request PUT '/rest/api/3/fieldconfiguration/' \
--header'Content-Type: application/json' \
--data-raw'{
"description": "A brand new description",
"name": "My Modified Field Configuration"
}'