Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Apr 26, 2016
1 parent ae88c34 commit 4f38145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Any request method except GET:
Any route that allows caching:
* **If-None-Match**: an Etag, e.g. 6d82cbb050ddc7fa9cbb659014546e59. If no previous Etag is known, this header should be omitted

The request body is either passed in the URL in case of a **GET** request (e.g.: ?foo=bar&index=0) or as JSON, e.g.:
The request body is either passed in the URL in case of a **GET** request (e.g.: **?foo=bar&index=0**) or as JSON, e.g.:

```json
{
Expand Down

0 comments on commit 4f38145

Please sign in to comment.