{ "operationId": "atlassianAddsecuritylevelmembers", "method": "PUT", "path": "/rest/api/3/issuesecurityschemes/{schemeId}/level/{levelId}/member", "summary": "Atlassian Add Issue Security Level Members", "requestExamples": [ { "contentType": "application/json", "example": { "members": [ { "type": "reporter" }, { "parameter": "jira-administrators", "type": "group" } ] } } ], "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\":{}}" } ] }