Skip to content

Commit

Permalink
Update docs/docs/api-behavior.md
Browse files Browse the repository at this point in the history
Co-authored-by: Noon <[email protected]>
  • Loading branch information
ffakenz and noonio committed Nov 19, 2024
1 parent 568a70b commit 76a3ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/api-behavior.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ There are some options for API clients to control the server outputs. Server out

+ `history=no` -> Prevents historical outputs display. All server outputs are recorded and when a client re-connects these outputs are replayed unless `history=no` query param is used.
+ `snapshot-utxo=no` -> In case of a `SnapshotConfirmed` message the `utxo` field in the inner `Snapshot` will be omitted.
+ `address=$address` -> In the case of a `TxValid` or a `TxInvalid` message, it will be filtered if its `transaction` address does not contain a reference to the provided. In the case of a `SnapshotConfirmed` message, it will be filtered if its `confirmed` transactions do not contain an address that references the provided.
+ `address=$address` -> In the case of a `TxValid` or a `TxInvalid` message, it will be filtered if its `transaction` address does not contain a reference to the provided. In the case of a `SnapshotConfirmed` message, it will be filtered if its `confirmed` transactions do not contain an address that references the one provided.

## Replay of past server outputs

Expand Down

0 comments on commit 76a3ccb

Please sign in to comment.