diff --git a/milvus/types/Index.ts b/milvus/types/Index.ts index 3d322e5c..2211c9c2 100644 --- a/milvus/types/Index.ts +++ b/milvus/types/Index.ts @@ -30,6 +30,6 @@ export interface GetIndexBuildProgressReq { export interface DropIndexReq { collection_name: string; - field_name?: string; + field_name: string; index_name?: string; }