Circle V2 API Docs
    Preparing search index...
    update: MutationProcedure<
        {
            input: {
                customReviewCriteriaPrompt?: string
                | null;
                customSummaryPrompt?: string | null;
                description?: string | null;
                id: string;
                name?: string;
                questions?: {
                    id?: string;
                    question: string;
                    questionOrder: number;
                    questionType: "pass_fail" | "summary";
                }[];
            };
            meta: object;
            output: {
                created_at: DbDate;
                created_by: string & { __brand: "UserId" }
                | null;
                custom_review_criteria_prompt: string | null;
                custom_summary_prompt: string | null;
                description: string | null;
                id: AuditTemplateId;
                name: string | null;
                org_id: number & { __brand: "EntityId" } | null;
                share_with_org: boolean | null;
                shared_by: string & { __brand: "UserId" } | null;
                shared_with_entity_id: number & { __brand: "EntityId" } | null;
                updated_at: string & { __brand: "DbDate" } | null;
            };
        },
    > = ...