v53

OpenAPI 3.0.1raw.githubusercontent.com2026-07-31147343479.6 KB
Routing Strategies

Replace Routing Strategy

Replace a routing strategy. Full document replacement; the caller must send the complete desired state. Missing optional fields are cleared.

put/routing-strategies/{id}

Path parameters

idstring required

Routing strategy ID (rs_ prefix).

Request body

namestring required

Human-readable name for the routing strategy.

descriptionstring nullable

Optional description. Omit or null to clear.

tagsstring[] nullable

Optional tags. Omit or null to clear.

channelsMessageChannels
providersMessageProviders

Response

idstring required

The routing strategy ID (rs_ prefix).

namestring required

Human-readable name.

descriptionstring nullable

Description of the routing strategy.

tagsstring[] nullable

Tags for categorization.

channelsMessageChannels required
providersMessageProviders required
createdinteger required

Epoch milliseconds when the strategy was created.

creatorstring required

User ID of the creator.

updatedinteger nullable

Epoch milliseconds of last update.

updaterstring nullable

User ID of the last updater.