v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
CDN Reseller service

Change CDN service details

Change CDN service details of the specific client account.

put/cdn/clients/{client_id}

Path parameters

client_idinteger required

Client account ID.

Request body

utilization_levelinteger

CDN traffic usage limit in gigabytes.

The value must be greater than or equal to 0.

When the limit is reached, we will send an email notification to the client.

Response

Successful.

idinteger

Client account ID.

createdstring

Date of the first synchronization with the Platform.

updatedstring

Date of the last CDN service update.

utilization_levelinteger

CDN traffic usage limit in gigabytes.

When the limit is reached, we will send an email notification to a client.

cnamestring

Domain zone to which a CNAME record of the client CDN resources should be pointed.

use_balancerboolean

Defines whether custom balancing is used for content delivery.

auto_suspend_enabledboolean

Defines whether resources will be deactivated automatically by inactivity.

Example response

{
  "auto_suspend_enabled": true
}