diff --git a/crates/meilisearch/src/routes/export.rs b/crates/meilisearch/src/routes/export.rs index 172a162c6..97356f7eb 100644 --- a/crates/meilisearch/src/routes/export.rs +++ b/crates/meilisearch/src/routes/export.rs @@ -47,7 +47,7 @@ pub fn configure(cfg: &mut web::ServiceConfig) { tag = "Export", security(("Bearer" = ["export", "*"])), responses( - (status = OK, description = "Known nodes are returned", body = Export, content_type = "application/json", example = json!( + (status = 202, description = "Export successfully enqueued", body = SummarizedTaskView, content_type = "application/json", example = json!( { "taskUid": 1, "status": "enqueued",