update API (#389)
* update API Since #4833, /api/v1/reports.comment is limited to 1000 characters. * Update API.md
This commit is contained in:
parent
52d2ebb214
commit
b9a2914e8d
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in New Issue