From 5578765530e91a2c7f3694946938f2a782fd543d Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Wed, 6 Jun 2018 04:09:47 +0200 Subject: [PATCH] Add missing documentation about language param --- Using-the-API/API.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index 578ba252..9e790ff6 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -683,10 +683,11 @@ 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](#parameter-types) 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 | +| `language` | ISO 639-2 language code of the toot, to skip automatic detection | yes | Returns the new [Status](#status).