Skip to main content

@dialstack/sdk / index / UpdateDeskphoneLineRequest

Interface: UpdateDeskphoneLineRequest

Defined in: sdk/src/types/device.ts:435

Request payload for updating a deskphone line (reassigning endpoint).

Properties

endpoint?

TypeScript
optional endpoint?: string;

Defined in: sdk/src/types/device.ts:437

TypeID of the new endpoint to assign


endpoint_id

TypeScript
endpoint_id: string;

Defined in: sdk/src/types/device.ts:439

Deprecated

Use endpoint. Retained for backwards compatibility.