docs/classes/management.SDK.SettingsClient-2.html
new SettingsClient(options: BaseClientOptions): SettingsClient
get(
request?: GetTenantSettingsRequestParameters,
requestOptions?: SettingsClient.RequestOptions,
): HttpResponsePromise<GetTenantSettingsResponseContent>
Retrieve tenant settings. A list of fields to include or exclude may also be specified.
OptionalrequestOptions: SettingsClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.tenants.settings.get({ fields: "fields", include_fields: true })Copy
update(
request?: UpdateTenantSettingsRequestContent,
requestOptions?: SettingsClient.RequestOptions,
): HttpResponsePromise<UpdateTenantSettingsResponseContent>
Update settings for a tenant.
OptionalrequestOptions: SettingsClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.tenants.settings.update()Copy
Protected Readonly_options_options: NormalizedClientOptionsWithAuth<BaseClientOptions>
Member Visibility
ThemeOSLightDark
Constructors constructor Methods getupdate Properties _options