{ "operationId": "atlassianUpdatescreen", "method": "PUT", "path": "/rest/api/3/screens/{screenId}", "summary": "Atlassian Update Screen", "requestExamples": [ { "contentType": "application/json", "example": { "description": "Enables changes to resolution and linked issues for accessibility related issues.", "name": "Resolve Accessibility Issue Screen" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": "{\"id\":10005,\"name\":\"Resolve Security Issue Screen\",\"description\":\"Enables changes to resolution and linked issues.\"}" }, { "status": "400", "contentType": "application/json", "example": "{\"errorMessages\":[\"The name is used by another screen.\"],\"errors\":{}}" }, { "status": "403", "contentType": "application/json", "example": "{\"errorMessages\":[\"Only Jira administrators can manage screens.\"],\"errors\":{}}" }, { "status": "404", "contentType": "application/json", "example": "{\"errorMessages\":[\"The screen was not found.\"],\"errors\":{}}" } ] }