Circle V2 API Docs
    Preparing search index...
    updateComment: MutationProcedure<
        {
            input: { body: string; id: string };
            meta: object;
            output: UpdateAiFeedbackCommentOutput;
        },
    > = ...

    Edits a comment. The repo scopes the write to the author, so this rejects edits to someone else's note.