Skip to main content

@dialstack/sdk-dev / server/src / AccountUpdateParams

Interface: AccountUpdateParams

Defined in: sdk/server/src/index.ts:325

Properties​

config?​

TypeScript
optional config?: AccountConfig;

Defined in: sdk/server/src/index.ts:328


default_button_template?​

TypeScript
optional default_button_template?: string | null;

Defined in: sdk/server/src/index.ts:332

Set or clear the template inherited by newly created compatible devices.


email?​

TypeScript
optional email?: string;

Defined in: sdk/server/src/index.ts:326


hold_music_clip_id?​

TypeScript
optional hold_music_clip_id?: string | null;

Defined in: sdk/server/src/index.ts:329


main_location_id?​

TypeScript
optional main_location_id?: string;

Defined in: sdk/server/src/index.ts:330


primary_contact_name?​

TypeScript
optional primary_contact_name?: string;

Defined in: sdk/server/src/index.ts:327


tos_variant?​

TypeScript
optional tos_variant?: TosVariant;

Defined in: sdk/server/src/index.ts:340

Move the account onto the other Service Subscription Agreement. Accepted only while the account has not yet accepted its agreement, typically to correct a choice made at creation. Once it has accepted, this returns 409: changing the required agreement invalidates that acceptance and blocks the account's calling, including 911.