You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The AccountSettings class provides methods for interacting with account settings in the Zendesk JSON API.
7
7
* {@link https://developer.zendesk.com/api-reference/ticketing/account-configuration/account_settings/ | See the Zendesk API documentation for more details}.
8
-
* @augments Client
9
8
*/
10
9
classAccountSettingsextendsClient{
11
10
constructor(options){
@@ -17,7 +16,6 @@ class AccountSettings extends Client {
17
16
* Retrieves the account settings.
18
17
* @returns {Promise<object>} A promise that resolves to the account settings.
19
18
* {@link https://developer.zendesk.com/api-reference/ticketing/account-configuration/account_settings/#show-settings | See the Zendesk API documentation for more details}.
@@ -30,7 +28,6 @@ class AccountSettings extends Client {
30
28
* @param {object} settings - The settings to update.
31
29
* @returns {Promise<object>} A promise that resolves to the updated account settings.
32
30
* {@link https://developer.zendesk.com/api-reference/ticketing/account-configuration/account_settings/#update-account-settings | See the Zendesk API documentation for more details}.
0 commit comments