v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1436208157.4 KB

Updates a routing rule for a link.

put/responder-gateway/{gatewayId}/link/{linkId}/routing-rule/{ruleId}

Path parameters

gatewayIdstring required

The unique identifier of the gateway.

linkIdstring required

The unique identifier of the link.

ruleIdstring required

Identifier for a routing rule

The unique identifier of the routing rule.

Request body

priorityinteger required

WAF-style evaluation priority. Lower number = evaluated first (priority 1 before 10). Gaps are allowed (1, 10, 20 is valid). Must be between 1 and 1000 inclusive. Uniqueness per link among non-deleted rules is enforced at the API layer (HTTP 409 on conflict).

Response

Success

ruleIdstring required

The unique identifier of the routing rule.

status'CREATION_IN_PROGRESS' | 'ACTIVE' | 'UPDATE_IN_PROGRESS' | 'DELETION_IN_PROGRESS' | 'DELETED' | 'FAILED' required

The status of the routing rule.

updatedAtstring date-time required

The timestamp of when the routing rule was last updated.