From b9a2914e8d531a44f15728eb31c7e643db15dc71 Mon Sep 17 00:00:00 2001 From: Akira Date: Tue, 19 Sep 2017 23:30:58 +0900 Subject: [PATCH] update API (#389) * update API Since #4833, /api/v1/reports.comment is limited to 1000 characters. * Update API.md --- 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 6ef6604b..eecf8b24 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -434,7 +434,7 @@ Form data: | ----------------- | ------------------------------------------------------------------- | ---------- | | `account_id` | The ID of the account to report | no | | `status_ids` | The IDs of statuses to report (can be an array) | no | -| `comment` | A comment to associate with the report | no | +| `comment` | A comment to associate with the report (up to 1000 characters) | no | Returns the finished [Report](#report).