We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b1fb0 commit a2b12b7Copy full SHA for a2b12b7
Sources/secret-scanning/Types.swift
@@ -1444,7 +1444,7 @@ public enum Components {
1444
case isBase64Encoded = "is_base64_encoded"
1445
}
1446
1447
- /// An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`.
+ /// An optional comment when closing or reopening an alert. Cannot be updated or deleted.
1448
///
1449
/// - Remark: Generated from `#/components/schemas/secret-scanning-alert-resolution-comment`.
1450
public typealias SecretScanningAlertResolutionComment = Swift.String
0 commit comments