mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-11-22 04:36:32 +00:00
Fix route path
This commit is contained in:
@@ -1153,7 +1153,7 @@ async fn copy_body_to_file(
|
|||||||
/// Delete a set of documents based on an array of document ids.
|
/// Delete a set of documents based on an array of document ids.
|
||||||
#[utoipa::path(
|
#[utoipa::path(
|
||||||
post,
|
post,
|
||||||
path = "{indexUid}/delete-batch",
|
path = "{indexUid}/documents/delete-batch",
|
||||||
tag = "Documents",
|
tag = "Documents",
|
||||||
security(("Bearer" = ["documents.delete", "documents.*", "*"])),
|
security(("Bearer" = ["documents.delete", "documents.*", "*"])),
|
||||||
params(
|
params(
|
||||||
|
|||||||
Reference in New Issue
Block a user