Skip to content

Commit 27314cd

Browse files
Commit via running: make Sources/secret-scanning
1 parent 5276bd7 commit 27314cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/secret-scanning/Types.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)