mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-16 12:47:19 +08:00
Revert "Refactor: dataset / kb API to RESTFul style" (#13646)
Reverts infiniflow/ragflow#13619
This commit is contained in:
@@ -24,14 +24,10 @@ export interface IFetchKnowledgeListRequestBody {
|
||||
}
|
||||
|
||||
export interface IFetchKnowledgeListRequestParams {
|
||||
id?: string;
|
||||
kb_id?: string;
|
||||
keywords?: string;
|
||||
page?: number;
|
||||
page_size?: number;
|
||||
ext?: {
|
||||
keywords?: string;
|
||||
owner_ids?: string[];
|
||||
parser_id?: string;
|
||||
};
|
||||
}
|
||||
|
||||
export interface IFetchDocumentListRequestBody {
|
||||
|
||||
Reference in New Issue
Block a user