For the complete documentation index, see llms.txt. This page is also available as Markdown.

cancelReportFalsePositiveIssueInput

Examples

input cancelReportFalsePositiveIssueInput {
  issueId: String!
  comment: String
  aggIds: [String]
}

Fields

Field
Description
Supported fields

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.

References

Mutations using this object:

Last updated