{ "operationId": "atlassianUpdatefieldconfigurationscheme", "method": "PUT", "path": "/rest/api/3/fieldconfigurationscheme/{id}", "summary": "Atlassian Update Field Configuration Scheme", "requestExamples": [ { "contentType": "application/json", "example": { "description": "We can use this one for software projects.", "name": "Field Configuration Scheme for software related projects" } } ], "responseExamples": [ { "status": "400", "contentType": "application/json", "example": "{\"errorMessages\":[\"A field configuration scheme is using this name.\"],\"errors\":{}}" }, { "status": "403", "contentType": "application/json", "example": "{\"errorMessages\":[\"Only Jira administrators can access field configurations.\"],\"errors\":{}}" }, { "status": "404", "contentType": "application/json", "example": "{\"errorMessages\":[\"The field configuration scheme was not found.\"],\"errors\":{}}" } ] }