fix: AccountWarning.status_ids can be null (#1580)
This commit is contained in:
parent
4f8a46d859
commit
047de3b135
1 changed files with 1 additions and 1 deletions
|
@ -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:** {{<nullable>}} Array of String (cast from integer), or null\
|
||||
**Version history:**\
|
||||
4.3.0 - added
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue