Create a configuration rule
Creates a configuration rule in the zone. The name must be unique within the zone and the condition set must not duplicate an existing rule. When order is omitted the rule is appended after the highest existing order; when an order is supplied, existing rules at or after that position are shifted down to make room. The number of rules per zone is capped. settingsOverrides may only enable a package-gated feature when the owning organization holds the required package.
Authorizations
Long-lived API token created via POST /api/api-tokens (returned once in plaintext). A token created with readOnly may only perform safe requests (GET, HEAD, OPTIONS); write requests are rejected on every endpoint.
JWT access token obtained via POST /api/auth/login. Send as: Authorization: Bearer
Parameters
Path Parameters
Zone identifier
Request Body
Responses
configuration-rule resource created
