Skip to content

Commit

Permalink
[CLEANUP] Clean a documentation typo (#959)
Browse files Browse the repository at this point in the history
Array index is wrong in the query formation example.
  • Loading branch information
bnagaonkar authored and e0ipso committed Nov 24, 2016
1 parent 2db989f commit fc74480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api_url.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ following example will get all the articles with an `integer_multiple` value les
and another equal to 10.

```
curl https://example.com/api/articles?filter[integer_multiple][value][0]=5&filter[integer_multiple][value][1]=10&filter[integer_multiple][operator][0]=">"&filter[integer_multiple][operator][0]="="
curl https://example.com/api/articles?filter[integer_multiple][value][0]=5&filter[integer_multiple][value][1]=10&filter[integer_multiple][operator][0]=">"&filter[integer_multiple][operator][1]="="
```

## Loading by an alternate ID.
Expand Down

0 comments on commit fc74480

Please sign in to comment.