Skip to main content

Update a phone number

PATCH 
/external_connections/:id/phone_numbers/:phone_number_id

Asynchronously update settings of the phone number associated with the given external connection.

Request

Path Parameters

    id int64required

    Identifies the resource.

    phone_number_id stringrequired

    A phone number's ID via the Telnyx API

Body

required

Values that can be set when updating a phone number

    location_id uuid

    Identifies the location to assign the phone number to.

Responses

200: Successful response

401: Unauthorized

404: Not found

422: Bad request

Loading...