CNAME & SSL
This endpoint updates the settings of a CDN resource. Available for small and large resource types.
Path parameters
organization_uuidstringRequired
The UUID of the organization.
resource_uuidstringRequired
The ID of the resource to update.
Body
resource_uuidstringRequired
The UUID of the resource.
cnamestring[]Required
A list of CNAMES for the resource.
Responses
200
Successful response with updated resource details.
application/json
put
200
Successful response with updated resource details.
This endpoint allows updating the SSL and DNS settings for a specific CDN resource.
Path parameters
organization_uuidstringRequired
The UUID of the organization.
resource_uuidstringRequired
The ID of the resource to update.
Body
ssl_statusbooleanRequired
Whether SSL is enabled for the resource. If true, additional parameters may be required.
ssl_typestring · enumOptionalPossible values:
Type of SSL configuration. Mandatory if ssl_status is true.
ssl_uuidstringOptional
The UUID of the SSL. Required if ssl_type is 'sni'.
put
Last updated
Was this helpful?