X-CDN Header
This setting is available for all 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 |
status_x_cdn_header | The values of the status_x_cdn_header must be any of the; “true”, “false”. | Boolean | Yes |
x_cdn_header | If status_x_cdn_header is true, custom headers.value is entered. If status_x_cdn_header is true, x_cdn_header is required. | String | Yes |
Payload
{
"resource_uuid": "****-****-*****-****",
"status_x_cdn_header": true,
"x_cdn_header": "test.header"
}