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:
Akira 2017-09-21 11:19:47 +09:00 committed by wxcafé
parent 2c4c2abadc
commit 53f52cdddc
1 changed files with 1 additions and 1 deletions

View File

@ -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 |