We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf3b32 commit 7f36a55Copy full SHA for 7f36a55
docs/usage.md
@@ -183,7 +183,7 @@ Filters can be:
183
`?filter[inventory.item.partNum]=123456` (where `inventory.item` is the relationship path)
184
185
The filter returns a `400 Bad Request` error for invalid filter query parameters as in this example
186
-for `GET https://127.0.0.1:8000/nopage-entries?filter[bad]=1`:
+for `GET http://127.0.0.1:8000/nopage-entries?filter[bad]=1`:
187
```json
188
{
189
"errors": [
0 commit comments