@dialstack/sdk-dev / js/src / UpdateDeskphoneLineRequest
Interface: UpdateDeskphoneLineRequest
Defined in: sdk/js/src/types/device.ts:452
Request payload for updating a deskphone line (reassigning endpoint).
Properties
endpoint?
TypeScript
optional endpoint?: string;
Defined in: sdk/js/src/types/device.ts:454
TypeID of the new endpoint to assign
endpoint_id
TypeScript
endpoint_id: string;
Defined in: sdk/js/src/types/device.ts:456
Deprecated
Use endpoint. Retained for backwards compatibility.