Skip to content
Start here

Managed Transforms

List Managed Transforms
GET/zones/{zone_id}/managed_headers
Update Managed Transforms
PATCH/zones/{zone_id}/managed_headers
Delete Managed Transforms
DELETE/zones/{zone_id}/managed_headers
ModelsExpand Collapse
ManagedTransformListResponse { managed_request_headers, managed_response_headers }

A result.

managed_request_headers: array of { id, enabled, has_conflict, conflicts_with }

The list of Managed Request Transforms.

id: string

The human-readable identifier of the Managed Transform.

minLength1
enabled: boolean

Whether the Managed Transform is enabled.

has_conflict: boolean

Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.

conflicts_with: optional array of string

The Managed Transforms that this Managed Transform conflicts with.

managed_response_headers: array of { id, enabled, has_conflict, conflicts_with }

The list of Managed Response Transforms.

id: string

The human-readable identifier of the Managed Transform.

minLength1
enabled: boolean

Whether the Managed Transform is enabled.

has_conflict: boolean

Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.

conflicts_with: optional array of string

The Managed Transforms that this Managed Transform conflicts with.

ManagedTransformEditResponse { managed_request_headers, managed_response_headers }

A result.

managed_request_headers: array of { id, enabled, has_conflict, conflicts_with }

The list of Managed Request Transforms.

id: string

The human-readable identifier of the Managed Transform.

minLength1
enabled: boolean

Whether the Managed Transform is enabled.

has_conflict: boolean

Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.

conflicts_with: optional array of string

The Managed Transforms that this Managed Transform conflicts with.

managed_response_headers: array of { id, enabled, has_conflict, conflicts_with }

The list of Managed Response Transforms.

id: string

The human-readable identifier of the Managed Transform.

minLength1
enabled: boolean

Whether the Managed Transform is enabled.

has_conflict: boolean

Whether the Managed Transform conflicts with the currently-enabled Managed Transforms.

conflicts_with: optional array of string

The Managed Transforms that this Managed Transform conflicts with.