updateIssueSeverityInput
Input for updating the severity of a security issue.
Examples
input UpdateIssueSeverityInput {
issueId: String!
severity: Int!
}
Fields
Field
Description
Supported fields
issueId String!
Unique identifier of the issue to update
severity Int!
New severity level to assign to the issue
References
Mutations using this object:
Last updated