mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-01 21:37:33 +08:00
Feature: GET /datasets to support ids array (#17606)
This commit is contained in:
@@ -321,6 +321,14 @@ def list_datasets(tenant_id):
|
||||
type: string
|
||||
required: false
|
||||
description: Dataset ID to filter.
|
||||
- in: query
|
||||
name: ids
|
||||
type: array
|
||||
required: false
|
||||
items:
|
||||
type: string
|
||||
collectionFormat: multi
|
||||
description: Dataset IDs to filter.
|
||||
- in: query
|
||||
name: name
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user