Akamai · Example Payload

Akamai Put Sandbox Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Put Sandbox 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": "put-sandbox",
  "method": "PUT",
  "path": "/sandboxes/{sandboxId}",
  "summary": "Modify a sandbox",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "isClonable": true,
        "name": "SHOP-123212"
      }
    }
  ],
  "responseExamples": []
}