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 72a906ae75
commit c051166bcc
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;