You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/filters.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -292,7 +292,7 @@ class Offer
292
292
}
293
293
```
294
294
295
-
Given that the collection endpoint is `/offers`, you can filter offers by boolean with the following query: `/offers?isAvailableGenericallyInMyCountry=true`.
295
+
Given that the collection endpoint is `/offers`, you can filter offers with the following query: `/offers?isAvailableGenericallyInMyCountry=true`.
296
296
297
297
It will return all offers where `isAvailableGenericallyInMyCountry` equals `true`.
298
298
@@ -324,7 +324,7 @@ class Offer
324
324
}
325
325
```
326
326
327
-
Given that the collection endpoint is `/offers`, you can filter offers by boolean with the following query: `/offers?sold=1`.
327
+
Given that the collection endpoint is `/offers`, you can filter offers with the following query: `/offers?sold=1`.
0 commit comments