]> cat aescling's git repositories - mastodon.git/commitdiff
"direct" in statuses#create
authorKibigo! <marrus-sh@users.noreply.github.com>
Mon, 3 Apr 2017 08:23:37 +0000 (01:23 -0700)
committerKibigo! <marrus-sh@users.noreply.github.com>
Mon, 3 Apr 2017 08:23:37 +0000 (01:23 -0700)
docs/Using-the-API/API.md

index feb7bb61a346137c8474978f0b9dbedbdfac47f0..bc5ca3de4c6c8368535e41b573659f9900d34ab7 100644 (file)
@@ -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).