File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2793,7 +2793,7 @@ public enum Components {
27932793 ///
27942794 /// - Remark: Generated from `#/components/parameters/page`.
27952795 public typealias Page = Swift . Int
2796- /// The slug version of the enterprise name. You can also substitute this value with the enterprise id.
2796+ /// The slug version of the enterprise name.
27972797 ///
27982798 /// - Remark: Generated from `#/components/parameters/enterprise`.
27992799 public typealias Enterprise = Swift . String
@@ -3116,14 +3116,14 @@ public enum Operations {
31163116 public struct Input : Sendable , Hashable {
31173117 /// - Remark: Generated from `#/paths/enterprises/{enterprise}/secret-scanning/alerts/GET/path`.
31183118 public struct Path : Sendable , Hashable {
3119- /// The slug version of the enterprise name. You can also substitute this value with the enterprise id.
3119+ /// The slug version of the enterprise name.
31203120 ///
31213121 /// - Remark: Generated from `#/paths/enterprises/{enterprise}/secret-scanning/alerts/GET/path/enterprise`.
31223122 public var enterprise : Components . Parameters . Enterprise
31233123 /// Creates a new `Path`.
31243124 ///
31253125 /// - Parameters:
3126- /// - enterprise: The slug version of the enterprise name. You can also substitute this value with the enterprise id.
3126+ /// - enterprise: The slug version of the enterprise name.
31273127 public init ( enterprise: Components . Parameters . Enterprise ) {
31283128 self . enterprise = enterprise
31293129 }
You can’t perform that action at this time.
0 commit comments