Image Optimization
This setting is available in small and dynamic(aksela) resource types.
Method | URL |
---|---|
PUT | https://cloud.medianova.com/api/v1/cdn/{organization_uuid}/resource/{resource_id} |
Parameters | Description | Type | Required |
---|---|---|---|
organization_uuid | The created organization in Medianova Cloud Panel unit ID value. Path parameter. | String | Yes |
resource_uuid | The created resource in Medianova Cloud Panel unit ID value. Path parameter. | String | Yes |
image_optimization | The values of the image_optimization must be any of the; “true”, “false”. | Boolean | Yes |
Payload
{
"image_optimization": true,
"resource_uuid": "****-****-****-****"
}