Skip to content

Commit ffd7365

Browse files
Commit via running ake Sources/code-security
1 parent c9dc190 commit ffd7365

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Sources/code-security/Types.swift

+2-3
Original file line numberDiff line numberDiff line change
@@ -1510,8 +1510,7 @@ public enum Operations {
15101510
///
15111511
/// - Remark: Generated from `#/paths/orgs/{org}/code-security/configurations/GET/query/target_type`.
15121512
public var target_type: Operations.code_hyphen_security_sol_get_hyphen_configurations_hyphen_for_hyphen_org.Input.Query.target_typePayload?
1513-
/// 'The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."'
1514-
///
1513+
/// The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
15151514
///
15161515
/// - Remark: Generated from `#/paths/orgs/{org}/code-security/configurations/GET/query/per_page`.
15171516
public var per_page: Swift.Int?
@@ -1527,7 +1526,7 @@ public enum Operations {
15271526
///
15281527
/// - Parameters:
15291528
/// - target_type: The target type of the code security configuration
1530-
/// - per_page: 'The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."'
1529+
/// - per_page: The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
15311530
/// - before: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
15321531
/// - after: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
15331532
public init(

0 commit comments

Comments
 (0)