mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
Implement POST /indexes-swap
This commit is contained in:
committed by
Clément Renault
parent
28bd8b6c6b
commit
17cd2a4aa0
@ -496,8 +496,7 @@ mod tests {
|
||||
|
||||
fn idx_swap() -> KindWithContent {
|
||||
KindWithContent::IndexSwap {
|
||||
lhs: String::from("doggo"),
|
||||
rhs: String::from("catto"),
|
||||
swaps: vec![(String::from("doggo"), String::from("catto"))],
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user