{ "operationId": "atlassianUpdatedefaultscreenscheme", "method": "PUT", "path": "/rest/api/3/issuetypescreenscheme/{issueTypeScreenSchemeId}/mapping/default", "summary": "Atlassian Update Issue Type Screen Scheme Default Screen Scheme", "requestExamples": [ { "contentType": "application/json", "example": { "screenSchemeId": "10010" } } ], "responseExamples": [ { "status": "400", "contentType": "application/json", "example": "{\"errorMessages\":[\"The screenSchemeId has to be provided.\"],\"errors\":{}}" }, { "status": "403", "contentType": "application/json", "example": "{\"errorMessages\":[\"Only Jira administrators can access issue type screen schemes.\"],\"errors\":{}}" }, { "status": "404", "contentType": "application/json", "example": "{\"errorMessages\":[\"The issue type screen scheme was not found.\"],\"errors\":{}}" } ] }