v2

latestSwagger 2.02026-07-26109144190.4 KB
Routing Keys

Update a routing key

Updates an existing routing key's escalation policy mappings. The default routing key cannot be updated.

Request semantics:

  • The routingKey path parameter is the existing routing key to update.
  • The routingKey field in the request body is the updated/new routing key value that replaces the existing key.

The targets array is a list of escalation policy policySlugs that the routing key will target.

This API may be called a maximum of 2 times per second.

put/api-public/v1/org/routing-keys/{routingKey}

Path parameters

routingKeystring required

The existing routing key to update.

Headers

X-VO-Api-Idstring required

Your API ID

X-VO-Api-Keystring required

Your API Key

Request body

routingKeystring required

The updated/new routing key value that replaces the existing routing key specified in the path.

targetsstring[] required

Array of escalation policy policySlugs that this routing key will target

isMultiResponderboolean

Whether this routing key should trigger multiple responders

Response

The updated routing key

routingKeystring required

The updated/new routing key value that replaces the existing routing key specified in the path.

targetsstring[] required

Array of escalation policy policySlugs that this routing key will target

isMultiResponderboolean

Whether this routing key should trigger multiple responders