From dd22311204b61656e9dcb610da05df3f81afadd1 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 19 Feb 2019 00:52:05 +0100 Subject: [PATCH] Update reports.md to include "forward" parameter --- content/en/api/rest/reports.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/api/rest/reports.md b/content/en/api/rest/reports.md index d741dff8..5fc209fb 100644 --- a/content/en/api/rest/reports.md +++ b/content/en/api/rest/reports.md @@ -21,3 +21,4 @@ Report an account. | `account_id` | The ID of the account to report | Required | | `status_ids` | The IDs of statuses to report as array | Optional | | `comment` | Reason for the report (up to 1,000 characters) | Optional | +| `forward` | Whether to forward to the remote admin (in case of a remote account) | Optional |