From 047de3b135942ebe1bec193deb79ca56bbf16664 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Fri, 3 Jan 2025 17:23:40 +0100 Subject: [PATCH] fix: AccountWarning.status_ids can be null (#1580) --- content/en/entities/AccountWarning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/entities/AccountWarning.md b/content/en/entities/AccountWarning.md index 66345c5..595b4ad 100644 --- a/content/en/entities/AccountWarning.md +++ b/content/en/entities/AccountWarning.md @@ -43,7 +43,7 @@ aliases: [ ### `status_ids` {#status_ids} **Description:** List of status IDs that are relevant to the warning. When `action` is `mark_statuses_as_sensitive` or `delete_statuses`, those are the affected statuses.\ -**Type:** Array of String (cast from integer)\ +**Type:** {{}} Array of String (cast from integer), or null\ **Version history:**\ 4.3.0 - added