{ "operationId": "atlassianUpdatecustomfield", "method": "PUT", "path": "/rest/api/3/field/{fieldId}", "summary": "Atlassian Update Custom Field", "requestExamples": [ { "contentType": "application/json", "example": { "description": "Select the manager and the corresponding employee.", "name": "Managers and employees list", "searcherKey": "com.atlassian.jira.plugin.system.customfieldtypes:cascadingselectsearcher" } } ], "responseExamples": [ { "status": "400", "contentType": "application/json", "example": "{\"errorMessages\":[\"searcherKey is invalid for the field type.\"],\"errors\":{}}" }, { "status": "403", "contentType": "application/json", "example": "{\"errorMessages\":[\"Only Jira administrators can edit custom fields.\"],\"errors\":{}}" }, { "status": "404", "contentType": "application/json", "example": "{\"errorMessages\":[\"The custom field was not found.\"],\"errors\":{}}" } ] }