{ "operationId": "atlassianAddsecuritylevel", "method": "PUT", "path": "/rest/api/3/issuesecurityschemes/{schemeId}/level", "summary": "Atlassian Add Issue Security Levels", "requestExamples": [ { "contentType": "application/json", "example": { "levels": [ { "description": "First Level Description", "isDefault": true, "members": [ { "type": "reporter" }, { "parameter": "jira-administrators", "type": "group" } ], "name": "First Level" } ] } } ], "responseExamples": [ { "status": "400", "contentType": "application/json", "example": "{\"errorMessages\":[\"some-wrong-string is not a valid value. The issue security scheme ID must be a positive integer.\"],\"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\":{}}" } ] }