{ "operationId": "atlassianCreateprojectcategory", "method": "POST", "path": "/rest/api/3/projectCategory", "summary": "Atlassian Create Project Category", "requestExamples": [ { "contentType": "application/json", "example": { "description": "Created Project Category", "name": "CREATED" } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": "{\"description\":\"Created Project Category\",\"id\":\"10100\",\"name\":\"CREATED\",\"self\":\"https://your-domain.atlassian.net/rest/api/3/projectCategory/10100\"}" } ] }