Skip to main content
PATCH

Authorizations

Authorization
string
header
required

API key for account management endpoints. Use your api_ prefixed token.

Path Parameters

uuid
string<uuid>
required

UUID of the domain

Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
ruleUuid
string<uuid>
required

UUID of the forwarding rule

Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$

Body

application/json
destination
string

New destination email or wildcard destination. Validated as local@domain or *@domain.

active
boolean

Toggle the rule on/off without deleting it.

Response

Rule updated

success
boolean
Example:

true

result
object