Fix status_ids and rule_ids description (#1126)

This commit is contained in:
a 2022-12-22 02:11:07 -06:00
parent 4c46261c5e
commit 7e642a720c
1 changed files with 2 additions and 2 deletions

View File

@ -109,14 +109,14 @@ aliases: [
### `status_ids` {#status_ids}
**Description:** The domain name of the instance.\
**Description:** IDs of statuses that have been attached to this report for additional context.\
**Type:** {{<nullable>}} Array of String (cast from integer), or null\
**Version history:**\
4.0.0 - added
### `rule_ids` {#rule_ids}
**Description:** The domain name of the instance.\
**Description:** IDs of the rules that have been cited as a violation by this report.\
**Type:** {{<nullable>}} Array of String (cast from integer), or null\
**Version history:**\
4.0.0 - added