We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d7d58 commit 8553f18Copy full SHA for 8553f18
README.md
@@ -276,10 +276,10 @@ Examples of filter usage are:
276
277
GET /records/categories?filter=name,eq,Internet
278
GET /records/categories?filter=name,sw,Inter
279
- GET /records/categories?filter=id,le,2
280
- GET /records/categories?filter=id,ngt,2
281
- GET /records/categories?filter=id,bt,1,2
282
- GET /records/categories?filter=id,in,1,2
+ GET /records/categories?filter=id,le,1
+ GET /records/categories?filter=id,ngt,1
+ GET /records/categories?filter=id,bt,0,1
+ GET /records/categories?filter=id,in,0,1
283
284
Output:
285
0 commit comments