CNAME & SSL
Updates the CNAME configuration for a CDN resource. This setting is available for small and large resource types.
Path parameters
organization_uuidstring · uuidRequired
UUID of the organization.
resource_uuidstring · uuidRequired
UUID of the CDN resource.
Body
resource_uuidstringRequiredExample:
UUID of the resource.
****-****-****-****cnamestring[]RequiredExample:
List of CNAME records associated with the resource.
["example.com","cdn.example.com"]Responses
200
CNAME configuration updated successfully.
application/json
put
/api/v1/cdn/{organization_uuid}/resource/{resource_uuid}200
CNAME configuration updated successfully.
Updates SSL and DNS configuration for a specific CDN resource. This setting is available for small and large resource types.
Path parameters
organization_uuidstring · uuidRequired
UUID of the organization.
resource_uuidstring · uuidRequired
UUID of the CDN resource.
Body
or
or
Responses
200
SSL configuration updated successfully.
application/json
put
/api/v1/cdn/{organization_uuid}/resource/{resource_uuid}200
SSL configuration updated successfully.
Last updated
Was this helpful?