From 26d688cd8097db65d71bf2d0a7cf0ff49984d1b1 Mon Sep 17 00:00:00 2001 From: Eugen Date: Wed, 5 Apr 2017 10:25:05 +0200 Subject: [PATCH] Fix API method URL typo --- Using-the-API/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index bc5ca3de..e09d8ac9 100644 --- a/Using-the-API/API.md +++ b/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).