mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Fix the get_settings tests
This commit is contained in:
parent
ce37f53a16
commit
0258659278
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ impl Index<'_> {
|
|||
});
|
||||
let url = format!("/indexes/{}", encode(self.uid.as_ref()));
|
||||
|
||||
self.service.put(url, body).await
|
||||
self.service.patch(url, body).await
|
||||
}
|
||||
|
||||
pub async fn delete(&self) -> (Value, StatusCode) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue