{ "operationId": "atlassianUpdatescreenscheme", "method": "PUT", "path": "/rest/api/3/screenscheme/{screenSchemeId}", "summary": "Atlassian Update Screen Scheme", "requestExamples": [ { "contentType": "application/json", "example": { "name": "Employee screen scheme v2", "screens": { "create": "10019", "default": "10018" } } } ], "responseExamples": [ { "status": "400", "contentType": "application/json", "example": "{\"errorMessages\":[\"The name is used by another scheme.\"],\"errors\":{}}" }, { "status": "403", "contentType": "application/json", "example": "{\"errorMessages\":[\"Only Jira administrators can access screen schemes.\"],\"errors\":{}}" }, { "status": "404", "contentType": "application/json", "example": "{\"errorMessages\":[\"The screen scheme was not found.\"],\"errors\":{}}" } ] }