Circle V2 API Docs
    Preparing search index...
    type EnqueueTriggeredChartReviewParams = {
        chartReviewJobs: TriggeredChartReviewJobSpec[];
        treatmentEpisodeId?: TreatmentEpisodeId | null;
    }
    Index

    Properties

    chartReviewJobs: TriggeredChartReviewJobSpec[]
    treatmentEpisodeId?: TreatmentEpisodeId | null

    Episode the sync is scoped to, if any — stamped onto the audit_runs created here.