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.
リクエストパラメータ
パスパラメータ
リクエストボディパラメータapplication/json
例
レスポンス
🟢204内容なし
application/json
Returned if the request is successful.
ボディ
🟠400不正な要求
🟠401権限なし
🟠403アクセス禁止
🟠404レコードが存在しない
リクエストリクエスト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"
}'