{ "operationId": "post-category", "method": "POST", "path": "/categories", "summary": "Create a category", "requestExamples": [ { "contentType": "application/json", "example": { "apiCategoryDescription": "The applications related to the Sales department.", "apiCategoryName": "Sales" } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": { "apiCategoryDescription": "The applications related to the Sales department.", "apiCategoryId": 9902, "apiCategoryName": "Sales", "createDate": "2019-06-17T12:40:14+0000", "link": "/api-definitions/v2/categories/9902", "lockVersion": 0, "updateDate": "2019-06-17T12:40:14+0000" } } ] }