{ "operationId": "put-category", "method": "PUT", "path": "/categories/{apiCategoryId}", "summary": "Edit a category", "requestExamples": [ { "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" } } ], "responseExamples": [ { "status": "200", "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" } }, { "status": "403", "contentType": "application/problem+json", "example": { "detail": "You don't have access to the endpoint.", "instance": "https://problems.luna.akamaiapis.net/api-defintions/error-instances/d54686b5-21cb-4ab7-a8d6-a92282cf1749", "status": 403, "title": "Unauthorized Access/Action", "type": "https://problems.luna.akamaiapis.net/api-defintions/error-types/UNAUTHORIZED" } } ] }