Skip to content

Commit

Permalink
fix Cat API example (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeinwag authored Aug 21, 2024
1 parent c998c22 commit 89bedee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elasticsearch/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
//! let response = client
//! .cat()
//! .indices(CatIndicesParts::Index(&["*"]))
//! .format("json")
//! .send()
//! .await?;
//!
Expand Down

0 comments on commit 89bedee

Please sign in to comment.