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.

Changes

Changed in 2 of the 55 revisions of this API.11

    • added the optional property description to the response with the 200 status

      response-optional-property-added

    • added the optional property tags to the response with the 200 status

      response-optional-property-added

    • added the optional property updated to the response with the 200 status

      response-optional-property-added

    • added the optional property updater to the response with the 200 status

      response-optional-property-added

    • added the required property channels to the response with the 200 status

      response-required-property-added

    • added the required property created to the response with the 200 status

      response-required-property-added

    • added the required property creator to the response with the 200 status

      response-required-property-added

    • added the required property name to the response with the 200 status

      response-required-property-added

    • added the required property providers to the response with the 200 status

      response-required-property-added

    • added the required property routing to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added