cancelReportFalsePositiveIssueInput
Last updated
input cancelReportFalsePositiveIssueInput {
issueId: String!
comment: String
aggIds: [String]
}issueId String!
Unique identifier of the issue whose false positive status is canceled.
comment String
Optional comment recorded with the cancellation.
aggIds [String]
Identifiers of the aggregations whose false positive status is canceled. When omitted, the cancellation applies to all of the issue's aggregations.
Last updated
