@@ -1979,7 +1979,7 @@ public enum Components {
1979
1979
///
1980
1980
/// - Remark: Generated from `#/components/parameters/pagination-after`.
1981
1981
public typealias PaginationAfter = Swift.String
1982
- /// The slug version of the enterprise name. You can also substitute this value with the enterprise id.
1982
+ /// The slug version of the enterprise name.
1983
1983
///
1984
1984
/// - Remark: Generated from `#/components/parameters/enterprise`.
1985
1985
public typealias Enterprise = Swift.String
@@ -2198,14 +2198,14 @@ public enum Operations {
2198
2198
public struct Input: Sendable, Hashable {
2199
2199
/// - Remark: Generated from `#/paths/enterprises/{enterprise}/code-security/configurations/GET/path`.
2200
2200
public struct Path: Sendable, Hashable {
2201
- /// The slug version of the enterprise name. You can also substitute this value with the enterprise id.
2201
+ /// The slug version of the enterprise name.
2202
2202
///
2203
2203
/// - Remark: Generated from `#/paths/enterprises/{enterprise}/code-security/configurations/GET/path/enterprise`.
2204
2204
public var enterprise: Components.Parameters.Enterprise
2205
2205
/// Creates a new `Path`.
2206
2206
///
2207
2207
/// - Parameters:
2208
- /// - enterprise: The slug version of the enterprise name. You can also substitute this value with the enterprise id.
2208
+ /// - enterprise: The slug version of the enterprise name.
2209
2209
public init(enterprise: Components.Parameters.Enterprise) {
2210
2210
self.enterprise = enterprise
2211
2211
}
@@ -2414,14 +2414,14 @@ public enum Operations {
2414
2414
public struct Input: Sendable, Hashable {
2415
2415
/// - Remark: Generated from `#/paths/enterprises/{enterprise}/code-security/configurations/POST/path`.
2416
2416
public struct Path: Sendable, Hashable {
2417
- /// The slug version of the enterprise name. You can also substitute this value with the enterprise id.
2417
+ /// The slug version of the enterprise name.
2418
2418
///
2419
2419
/// - Remark: Generated from `#/paths/enterprises/{enterprise}/code-security/configurations/POST/path/enterprise`.
2420
2420
public var enterprise: Components.Parameters.Enterprise
2421
2421
/// Creates a new `Path`.
2422
2422
///
2423
2423
/// - Parameters:
2424
- /// - enterprise: The slug version of the enterprise name. You can also substitute this value with the enterprise id.
2424
+ /// - enterprise: The slug version of the enterprise name.
2425
2425
public init(enterprise: Components.Parameters.Enterprise) {
2426
2426
self.enterprise = enterprise
2427
2427
}
@@ -3095,14 +3095,14 @@ public enum Operations {
3095
3095
public struct Input: Sendable, Hashable {
3096
3096
/// - Remark: Generated from `#/paths/enterprises/{enterprise}/code-security/configurations/defaults/GET/path`.
3097
3097
public struct Path: Sendable, Hashable {
3098
- /// The slug version of the enterprise name. You can also substitute this value with the enterprise id.
3098
+ /// The slug version of the enterprise name.
3099
3099
///
3100
3100
/// - Remark: Generated from `#/paths/enterprises/{enterprise}/code-security/configurations/defaults/GET/path/enterprise`.
3101
3101
public var enterprise: Components.Parameters.Enterprise
3102
3102
/// Creates a new `Path`.
3103
3103
///
3104
3104
/// - Parameters:
3105
- /// - enterprise: The slug version of the enterprise name. You can also substitute this value with the enterprise id.
3105
+ /// - enterprise: The slug version of the enterprise name.
3106
3106
public init(enterprise: Components.Parameters.Enterprise) {
3107
3107
self.enterprise = enterprise
3108
3108
}
@@ -3231,7 +3231,7 @@ public enum Operations {
3231
3231
public struct Input: Sendable, Hashable {
3232
3232
/// - Remark: Generated from `#/paths/enterprises/{enterprise}/code-security/configurations/{configuration_id}/GET/path`.
3233
3233
public struct Path: Sendable, Hashable {
3234
- /// The slug version of the enterprise name. You can also substitute this value with the enterprise id.
3234
+ /// The slug version of the enterprise name.
3235
3235
///
3236
3236
/// - Remark: Generated from `#/paths/enterprises/{enterprise}/code-security/configurations/{configuration_id}/GET/path/enterprise`.
3237
3237
public var enterprise: Components.Parameters.Enterprise
@@ -3242,7 +3242,7 @@ public enum Operations {
3242
3242
/// Creates a new `Path`.
3243
3243
///
3244
3244
/// - Parameters:
3245
- /// - enterprise: The slug version of the enterprise name. You can also substitute this value with the enterprise id.
3245
+ /// - enterprise: The slug version of the enterprise name.
3246
3246
/// - configurationId: The unique identifier of the code security configuration.
3247
3247
public init(
3248
3248
enterprise: Components.Parameters.Enterprise,
@@ -3453,7 +3453,7 @@ public enum Operations {
3453
3453
public struct Input: Sendable, Hashable {
3454
3454
/// - Remark: Generated from `#/paths/enterprises/{enterprise}/code-security/configurations/{configuration_id}/PATCH/path`.
3455
3455
public struct Path: Sendable, Hashable {
3456
- /// The slug version of the enterprise name. You can also substitute this value with the enterprise id.
3456
+ /// The slug version of the enterprise name.
3457
3457
///
3458
3458
/// - Remark: Generated from `#/paths/enterprises/{enterprise}/code-security/configurations/{configuration_id}/PATCH/path/enterprise`.
3459
3459
public var enterprise: Components.Parameters.Enterprise
@@ -3464,7 +3464,7 @@ public enum Operations {
3464
3464
/// Creates a new `Path`.
3465
3465
///
3466
3466
/// - Parameters:
3467
- /// - enterprise: The slug version of the enterprise name. You can also substitute this value with the enterprise id.
3467
+ /// - enterprise: The slug version of the enterprise name.
3468
3468
/// - configurationId: The unique identifier of the code security configuration.
3469
3469
public init(
3470
3470
enterprise: Components.Parameters.Enterprise,
@@ -4159,7 +4159,7 @@ public enum Operations {
4159
4159
public struct Input: Sendable, Hashable {
4160
4160
/// - Remark: Generated from `#/paths/enterprises/{enterprise}/code-security/configurations/{configuration_id}/DELETE/path`.
4161
4161
public struct Path: Sendable, Hashable {
4162
- /// The slug version of the enterprise name. You can also substitute this value with the enterprise id.
4162
+ /// The slug version of the enterprise name.
4163
4163
///
4164
4164
/// - Remark: Generated from `#/paths/enterprises/{enterprise}/code-security/configurations/{configuration_id}/DELETE/path/enterprise`.
4165
4165
public var enterprise: Components.Parameters.Enterprise
@@ -4170,7 +4170,7 @@ public enum Operations {
4170
4170
/// Creates a new `Path`.
4171
4171
///
4172
4172
/// - Parameters:
4173
- /// - enterprise: The slug version of the enterprise name. You can also substitute this value with the enterprise id.
4173
+ /// - enterprise: The slug version of the enterprise name.
4174
4174
/// - configurationId: The unique identifier of the code security configuration.
4175
4175
public init(
4176
4176
enterprise: Components.Parameters.Enterprise,
@@ -4384,7 +4384,7 @@ public enum Operations {
4384
4384
public struct Input: Sendable, Hashable {
4385
4385
/// - Remark: Generated from `#/paths/enterprises/{enterprise}/code-security/configurations/{configuration_id}/attach/POST/path`.
4386
4386
public struct Path: Sendable, Hashable {
4387
- /// The slug version of the enterprise name. You can also substitute this value with the enterprise id.
4387
+ /// The slug version of the enterprise name.
4388
4388
///
4389
4389
/// - Remark: Generated from `#/paths/enterprises/{enterprise}/code-security/configurations/{configuration_id}/attach/POST/path/enterprise`.
4390
4390
public var enterprise: Components.Parameters.Enterprise
@@ -4395,7 +4395,7 @@ public enum Operations {
4395
4395
/// Creates a new `Path`.
4396
4396
///
4397
4397
/// - Parameters:
4398
- /// - enterprise: The slug version of the enterprise name. You can also substitute this value with the enterprise id.
4398
+ /// - enterprise: The slug version of the enterprise name.
4399
4399
/// - configurationId: The unique identifier of the code security configuration.
4400
4400
public init(
4401
4401
enterprise: Components.Parameters.Enterprise,
@@ -4615,7 +4615,7 @@ public enum Operations {
4615
4615
public struct Input: Sendable, Hashable {
4616
4616
/// - Remark: Generated from `#/paths/enterprises/{enterprise}/code-security/configurations/{configuration_id}/defaults/PUT/path`.
4617
4617
public struct Path: Sendable, Hashable {
4618
- /// The slug version of the enterprise name. You can also substitute this value with the enterprise id.
4618
+ /// The slug version of the enterprise name.
4619
4619
///
4620
4620
/// - Remark: Generated from `#/paths/enterprises/{enterprise}/code-security/configurations/{configuration_id}/defaults/PUT/path/enterprise`.
4621
4621
public var enterprise: Components.Parameters.Enterprise
@@ -4626,7 +4626,7 @@ public enum Operations {
4626
4626
/// Creates a new `Path`.
4627
4627
///
4628
4628
/// - Parameters:
4629
- /// - enterprise: The slug version of the enterprise name. You can also substitute this value with the enterprise id.
4629
+ /// - enterprise: The slug version of the enterprise name.
4630
4630
/// - configurationId: The unique identifier of the code security configuration.
4631
4631
public init(
4632
4632
enterprise: Components.Parameters.Enterprise,
@@ -4875,7 +4875,7 @@ public enum Operations {
4875
4875
public struct Input: Sendable, Hashable {
4876
4876
/// - Remark: Generated from `#/paths/enterprises/{enterprise}/code-security/configurations/{configuration_id}/repositories/GET/path`.
4877
4877
public struct Path: Sendable, Hashable {
4878
- /// The slug version of the enterprise name. You can also substitute this value with the enterprise id.
4878
+ /// The slug version of the enterprise name.
4879
4879
///
4880
4880
/// - Remark: Generated from `#/paths/enterprises/{enterprise}/code-security/configurations/{configuration_id}/repositories/GET/path/enterprise`.
4881
4881
public var enterprise: Components.Parameters.Enterprise
@@ -4886,7 +4886,7 @@ public enum Operations {
4886
4886
/// Creates a new `Path`.
4887
4887
///
4888
4888
/// - Parameters:
4889
- /// - enterprise: The slug version of the enterprise name. You can also substitute this value with the enterprise id.
4889
+ /// - enterprise: The slug version of the enterprise name.
4890
4890
/// - configurationId: The unique identifier of the code security configuration.
4891
4891
public init(
4892
4892
enterprise: Components.Parameters.Enterprise,
@@ -6277,14 +6277,14 @@ public enum Operations {
6277
6277
@frozen public enum Body: Sendable, Hashable {
6278
6278
/// - Remark: Generated from `#/paths/orgs/{org}/code-security/configurations/detach/DELETE/requestBody/json`.
6279
6279
public struct JsonPayload: Codable, Hashable, Sendable {
6280
- /// An array of repository IDs to detach from configurations. Up to 1000 IDs can be provided.
6280
+ /// An array of repository IDs to detach from configurations. Up to 250 IDs can be provided.
6281
6281
///
6282
6282
/// - Remark: Generated from `#/paths/orgs/{org}/code-security/configurations/detach/DELETE/requestBody/json/selected_repository_ids`.
6283
6283
public var selectedRepositoryIds: [Swift.Int]?
6284
6284
/// Creates a new `JsonPayload`.
6285
6285
///
6286
6286
/// - Parameters:
6287
- /// - selectedRepositoryIds: An array of repository IDs to detach from configurations. Up to 1000 IDs can be provided.
6287
+ /// - selectedRepositoryIds: An array of repository IDs to detach from configurations. Up to 250 IDs can be provided.
6288
6288
public init(selectedRepositoryIds: [Swift.Int]? = nil) {
6289
6289
self.selectedRepositoryIds = selectedRepositoryIds
6290
6290
}
0 commit comments