Skip to content

Commit

Permalink
Merge pull request #352 from robertn702/docs-add-nin-description
Browse files Browse the repository at this point in the history
Add nin description to API docs
  • Loading branch information
olirice authored Apr 25, 2023
2 parents 82c28fd + 5946b83 commit 22709c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ The following list shows the operators that may be available on `<Type>Filter` t
| gt | Greater Than |
| gte | Greater Than Or Equal To |
| in | Contained by Value List |
| nin | Not Contained by Value List |
| lt | Less Than |
| lte | Less Than Or Equal To |
| is | Null or Not Null |
Expand Down

0 comments on commit 22709c6

Please sign in to comment.