Maurits van der Schee před 3 roky
rodič
revize
8553f18dcd
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4
    4
      README.md

+ 4
- 4
README.md Zobrazit soubor

@@ -276,10 +276,10 @@ Examples of filter usage are:
276 276
 
277 277
     GET /records/categories?filter=name,eq,Internet
278 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
279
+    GET /records/categories?filter=id,le,1
280
+    GET /records/categories?filter=id,ngt,1
281
+    GET /records/categories?filter=id,bt,0,1
282
+    GET /records/categories?filter=id,in,0,1
283 283
 
284 284
 Output:
285 285
 

Loading…
Zrušit
Uložit