Function UpdateSettings

  • Updates settings for a given accId + user + app. The settings update will replace the existing record, please ensure to merge with existing settings. AccountId is optional and will use a globally shared record if not provided.

    Parameters

    • params: {
          accId?: string;
          api?: GuardianApi.Api;
          appId: string;
          req?: IReqParams;
          settings: any;
          userId: string;
      }
      • Optional accId?: string
      • Optional api?: GuardianApi.Api
      • appId: string
      • Optional req?: IReqParams
      • settings: any
      • userId: string

    Returns Promise<void>

Generated using TypeDoc