From a9db64cf26b406fc1a1db4695caafb8d573b22af Mon Sep 17 00:00:00 2001
From: Kibigo! <marrus-sh@users.noreply.github.com>
Date: Sun, 2 Apr 2017 22:46:10 -0700
Subject: [PATCH] Forgot `direct` statuses :P

---
 docs/Using-the-API/API.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Using-the-API/API.md b/docs/Using-the-API/API.md
index d498c0438c..feb7bb61a3 100644
--- a/docs/Using-the-API/API.md
+++ b/docs/Using-the-API/API.md
@@ -509,7 +509,7 @@ ___
 | `favourited`             | Whether the authenticated user has favourited the status |
 | `sensitive`              | Whether media attachments should be hidden by default |
 | `spoiler_text`           | If not empty, warning text that should be displayed before the actual content |
-| `visibility`             | One of: `public`, `unlisted`, `private` |
+| `visibility`             | One of: `public`, `unlisted`, `private`, `direct` |
 | `media_attachments`      | An array of [Attachments](#attachment) |
 | `mentions`               | An array of [Mentions](#mention) |
 | `tags`                   | An array of [Tags](#tag) |
-- 
GitLab