mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Add reference to Array. (#370)
Array for query parameter is now used only for this method, and I missed this explanation. So this link may be helpful.
This commit is contained in:
parent
2c4c2abadc
commit
53f52cdddc
@ -510,7 +510,7 @@ Form data:
|
||||
| ----------------- | ------------------------------------------------------------------------ | ---------- |
|
||||
| `status` | The text of the status | no |
|
||||
| `in_reply_to_id` | local ID of the status you want to reply to | yes |
|
||||
| `media_ids` | Array of media IDs to attach to the status (maximum 4) | yes |
|
||||
| `media_ids` | [Array](#parameter-types) of media IDs to attach to the status (maximum 4) | yes |
|
||||
| `sensitive` | Set this to mark the media of the status as NSFW | yes |
|
||||
| `spoiler_text` | Text to be shown as a warning before the actual content | yes |
|
||||
| `visibility` | Either "direct", "private", "unlisted" or "public" | yes |
|
||||
|
Loading…
x
Reference in New Issue
Block a user