{ "operationId": "atlassianUpdatesecuritylevel", "method": "PUT", "path": "/rest/api/3/issuesecurityschemes/{schemeId}/level/{levelId}", "summary": "Atlassian Update Issue Security Level", "requestExamples": [ { "contentType": "application/json", "example": { "description": "New level description", "name": "New level name" } } ], "responseExamples": [ { "status": "400", "contentType": "application/json", "example": "{\"errorMessages\":[\"The length of the description must not exceed 4,000 characters.\"],\"errors\":{}}" }, { "status": "403", "contentType": "application/json", "example": "{\"errorMessages\":[\"You are not authorized to perform this action. Administrator privileges are required.\"],\"errors\":{}}" }, { "status": "404", "contentType": "application/json", "example": "{\"errorMessages\":[\"Issue security scheme with ID 10000 not found.\"],\"errors\":{}}" } ] }