Akamai · Example Payload

Akamai Post Category Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Post Category Example is an example object payload from Akamai, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "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"
      }
    }
  ]
}