update API (#389)

* update API

Since #4833, /api/v1/reports.comment is limited to 1000 characters.

* Update API.md
This commit is contained in:
Akira 2017-09-19 23:30:58 +09:00 committed by wxcafé
parent 52d2ebb214
commit b9a2914e8d
1 changed files with 1 additions and 1 deletions

View File

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