v1
latestOpenAPI 3.0.02026-07-14362240.2 KBexternal-lines
Update an external line
Updates the configuration of an existing external communication line.
patch/messenger/v1/external-lines/{id}
Path parameters
idstring required
The unique identifier of the external line to update
Request body
Example request
{
"name": "External line name",
"icon": "https://external-line-icon.com/icon.png",
"externalId": "external-line-external-id"
}Response
The updated external line
Example response
{
"id": "659ff121fd62e43063340f2f",
"name": "Main line",
"icon": "https://example.com/icon.png",
"externalId": "externalId",
"timestamp": 1620211200000,
"portal": "portal",
"phoneNumber": "+1234567890"
}