umami-api-js
    Preparing search index...

    Function post_REPORTID

    • post_REPORTID(
          this: API,
          reportId: string,
          parameters?: {
              description?: string;
              name?: string;
              parameters: { type: string; value: string };
              type: ReportType;
              websiteId: string;
          },
      ): Promise<Report>

      Parameters

      • this: API
      • reportId: string
      • Optionalparameters: {
            description?: string;
            name?: string;
            parameters: { type: string; value: string };
            type: ReportType;
            websiteId: string;
        }
        • Optionaldescription?: string

          Description of report

        • Optionalname?: string

          Name of report

        • parameters: { type: string; value: string }

          Parameters for report

        • type: ReportType

          Report type

        • websiteId: string

          Your website id

      Returns Promise<Report>