{ "operationId": "atlassianCreateprojectrole", "method": "POST", "path": "/rest/api/3/role", "summary": "Atlassian Create Project Role", "requestExamples": [ { "contentType": "application/json", "example": { "description": "A project role that represents developers in a project", "name": "Developers" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": "{\"description\":\"A project role that represents developers in a project\",\"id\":10360,\"name\":\"Developers\",\"self\":\"https://your-domain.atlassian.net/rest/api/3/project/MKY/role/10360\"}" } ] }