Call Routing

update least cost routing

put/Lcrs/{LcrSid}

Request body

namestring required
default_carrier_set_entry_sidstring

Example request

{
  "name": "twilioLcr",
  "default_carrier_set_entry_sid": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}

Response

least cost routing updated

Changes

Changed in 1 of the 27 revisions of this API.1

    • removed the media type application/json for the response with the status 204

      response-media-type-removed