about summary refs log tree commit diff
path: root/docs/Using-the-API
diff options
context:
space:
mode:
authorKibigo! <marrus-sh@users.noreply.github.com>2017-04-03 01:23:37 -0700
committerKibigo! <marrus-sh@users.noreply.github.com>2017-04-03 01:23:37 -0700
commitb455cbc6d3ae7f5ec1da662c10fa525484afb31b (patch)
tree6e4b77ed501c465ceb11f5d182041015ac1d38b7 /docs/Using-the-API
parenta9db64cf26b406fc1a1db4695caafb8d573b22af (diff)
"direct" in statuses#create
Diffstat (limited to 'docs/Using-the-API')
-rw-r--r--docs/Using-the-API/API.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Using-the-API/API.md b/docs/Using-the-API/API.md
index feb7bb61a..bc5ca3de4 100644
--- a/docs/Using-the-API/API.md
+++ b/docs/Using-the-API/API.md
@@ -338,7 +338,7 @@ Form data:
 - `media_ids` (optional): array of media IDs to attach to the status (maximum 4)
 - `sensitive` (optional): set this to mark the media of the status as NSFW
 - `spoiler_text` (optional): text to be shown as a warning before the actual content
-- `visibility` (optional): either `private`, `unlisted` or `public`
+- `visibility` (optional): either "direct", "private", "unlisted" or "public"
 
 Returns the new [Status](#status).