PUT
/
v1
/
live_call_routers
/
{id}
curl --request PUT \
  --url https://api.rootly.com/v1/live_call_routers/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/vnd.api+json' \
  --data '{
  "data": {
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "enabled": true,
      "name": "<string>",
      "country_code": "US",
      "phone_type": "local",
      "voicemail_greeting": "<string>",
      "caller_greeting": "<string>",
      "waiting_music_url": "<string>",
      "sent_to_voicemail_delay": 123,
      "should_redirect_to_voicemail_on_no_answer": true,
      "escalation_level_delay_in_seconds": 123,
      "should_auto_resolve_alert_on_call_end": true,
      "alert_urgency_id": "<string>",
      "escalation_policy_trigger_params": {
        "id": "<string>",
        "type": "Service"
      }
    }
  }
}'
{
  "data": {
    "id": "4ff9fe89-2157-4328-b447-33f61e784e0f",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "live_call_router_staging",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "14155551234",
      "voicemail_greeting": "At est numquam sunt.",
      "slug": "eveniet-quae-iste-facere",
      "enabled": true,
      "created_at": "2025-04-20T05:23:57.936-07:00",
      "updated_at": "2025-04-20T05:23:58.113-07:00",
      "alert_urgency_id": "42984a22-f754-4b1a-8838-f0bb4f8ad6fe",
      "escalation_policy_trigger": {
        "id": "cee53187-ec4f-4d89-8111-2e10ec603009",
        "type": "service"
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/vnd.api+json
data
object
required

Response

200
application/vnd.api+json
live_call_router updated
data
object
required