From 53f52cdddc9afc8457ac07e0ff7f09f928d015f2 Mon Sep 17 00:00:00 2001 From: Akira Date: Thu, 21 Sep 2017 11:19:47 +0900 Subject: [PATCH] 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. --- Using-the-API/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index f5b9e825..b3729042 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -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 |