diff options
author | Kibigo! <marrus-sh@users.noreply.github.com> | 2017-04-02 22:46:10 -0700 |
---|---|---|
committer | Kibigo! <marrus-sh@users.noreply.github.com> | 2017-04-02 22:46:10 -0700 |
commit | a9db64cf26b406fc1a1db4695caafb8d573b22af (patch) | |
tree | aa5c83cf3456b0d5ac2ec737a9602da6fd49e2ee /docs | |
parent | 5d2f1d600da021c671c1823b5b3957d970e65329 (diff) |
Forgot `direct` statuses :P
Diffstat (limited to 'docs')
-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 d498c0438..feb7bb61a 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) | |