From d9ca46b464dc5a5eb0ad308809c15a79dcd17ada Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 2 Feb 2017 00:03:31 +0100 Subject: Cleaning up format of broadcast real-time messages, removing redis-backed "mentions" timeline as redundant (given notifications) --- docs/Using-the-API/API.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/Using-the-API/API.md') diff --git a/docs/Using-the-API/API.md b/docs/Using-the-API/API.md index fecc6c59e..51b465927 100644 --- a/docs/Using-the-API/API.md +++ b/docs/Using-the-API/API.md @@ -65,7 +65,6 @@ Returns a media object with an ID that can be attached when creating a status (s ### Retrieving a timeline **GET /api/v1/timelines/home** -**GET /api/v1/timelines/mentions** **GET /api/v1/timelines/public** **GET /api/v1/timelines/tag/:hashtag** -- cgit