update the API a little bit

This commit is contained in:
Tamo 2022-10-13 16:21:54 +02:00 committed by Clément Renault
parent 1a3fea4d8c
commit 6fae317277
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
8 changed files with 182 additions and 203 deletions

View file

@ -8,7 +8,6 @@ use flate2::{write::GzEncoder, Compression};
use meilisearch_types::{
keys::Key,
settings::{Checked, Settings},
tasks::Task,
};
use serde_json::{Map, Value};
use tempfile::TempDir;