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 |