Changes a route profile by connection-id, without naming its domain. Requires Super User or Reseller scope. A Reseller can change only a profile in its own territory; other scopes use PUT /domains/{domain}/routeprofiles/{connection-id}. The API publishes on the service bus (SBUS) connection_events channel and, for route changes, NmsRoute, so 202 means published, not applied.An id outside your territory, or the id of an ordinary connection, returns 404. Send only what changes. call-routing updates the route this profile already points at, whatever address the body names. An omitted route-method, route-is-enabled, or description keeps its stored value. Each routecon entry is written by route-connection-ordinal-index, and an entry without an index is added after the stored ones. Connections you leave out are kept; remove one with DELETE /routes/{route-id}/routecon/{index}. call-routing is checked before anything is published, as on create. synchronous is ignored.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Body Params application/jsonRequired
Examples
Responses
🟢202Accepted
application/json
The change was published on the SBUS. It is applied after this response.