mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
"direct" in statuses#create
This commit is contained in:
parent
33673b0ee0
commit
569b6494b7
@ -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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user