Skip to content

Commit

Permalink
Add clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
nventuro committed Jan 31, 2024
1 parent b97670e commit 881ae84
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ It's important to note that the process of applying the custom filter to get the

### `status: u2`

`status` allows the caller to retrieve notes that have been nullified, which can be useful to prove historical data.
`status` allows the caller to retrieve notes that have been nullified, which can be useful to prove historical data. Note that when querying for both active and nullified notes the caller cannot know if each note retrieved has or has not been nullified.

### Methods

Expand Down Expand Up @@ -312,7 +312,7 @@ This method sets the offset value, which determines where to start retrieving no

### `.set_status`

This method sets the status value, which indicates the status of notes to retrieve (active or nullified).
This method sets the status of notes to retrieve (active or nullified).

### Examples

Expand Down

0 comments on commit 881ae84

Please sign in to comment.