mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 16:21:07 +00:00
Implement POST /indexes-swap
This commit is contained in:
committed by
Clément Renault
parent
28bd8b6c6b
commit
17cd2a4aa0
@ -191,6 +191,10 @@ fn snaphsot_details(d: &Details) -> String {
|
||||
Details::Dump { dump_uid } => {
|
||||
format!("{{ dump_uid: {dump_uid:?} }}")
|
||||
},
|
||||
Details::IndexSwap { swaps } => {
|
||||
format!("{{ indexes: {swaps:?} }}")
|
||||
},
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user