Skip to content

Commit 89bedee

Browse files
authored
fix Cat API example (#212)
1 parent c998c22 commit 89bedee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elasticsearch/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188
//! let response = client
189189
//! .cat()
190190
//! .indices(CatIndicesParts::Index(&["*"]))
191+
//! .format("json")
191192
//! .send()
192193
//! .await?;
193194
//!

0 commit comments

Comments
 (0)