Skip to content

Commit 30a76ff

Browse files
committed
DOC: Update snapshot docs
1 parent 3edf72f commit 30a76ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/live.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ pub struct Subscription {
3535
#[builder(default, setter(strip_option))]
3636
pub start: Option<OffsetDateTime>,
3737
#[doc(hidden)]
38-
/// Request subscription with snapshot. Defaults to `false`. Conflicts with the `start` parameter.
38+
/// Request subscription with snapshot. Only supported with `Mbo` schema.
39+
/// Defaults to `false`. Conflicts with the `start` parameter.
3940
#[builder(setter(strip_bool))]
4041
pub use_snapshot: bool,
4142
/// The optional numerical identifier associated with this subscription.

0 commit comments

Comments
 (0)