diff options
author | Eugen <eugen@zeonfederated.com> | 2017-04-05 10:25:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-05 10:25:05 +0200 |
commit | 3504da5cac467e367e39e2310aaa5dba6b643f45 (patch) | |
tree | 492b051644ffd3682bdee1beb2458202070f1956 /docs/Using-the-API | |
parent | 8814f90eb509354edef97ffd92865a4a58ffa029 (diff) |
Fix API method URL typo
Diffstat (limited to 'docs/Using-the-API')
-rw-r--r-- | docs/Using-the-API/API.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Using-the-API/API.md b/docs/Using-the-API/API.md index bc5ca3de4..e09d8ac9c 100644 --- a/docs/Using-the-API/API.md +++ b/docs/Using-the-API/API.md @@ -310,7 +310,7 @@ Returns a [Status](#status). #### Getting status context: - GET /api/v1/statuses/:id/contexts + GET /api/v1/statuses/:id/context Returns a [Context](#context). |