Skip to content

Commit 66ce2ad

Browse files
Commit via running ake Sources/issues
1 parent 647f9f4 commit 66ce2ad

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Sources/issues/Client.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4620,6 +4620,8 @@ public struct Client: APIProtocol {
46204620
}
46214621
/// Update a milestone
46224622
///
4623+
///
4624+
///
46234625
/// - Remark: HTTP `PATCH /repos/{owner}/{repo}/milestones/{milestone_number}`.
46244626
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/milestones/{milestone_number}/patch(issues/update-milestone)`.
46254627
public func issues_sol_update_hyphen_milestone(_ input: Operations.issues_sol_update_hyphen_milestone.Input) async throws -> Operations.issues_sol_update_hyphen_milestone.Output {

Sources/issues/Types.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,8 @@ public protocol APIProtocol: Sendable {
391391
func issues_sol_get_hyphen_milestone(_ input: Operations.issues_sol_get_hyphen_milestone.Input) async throws -> Operations.issues_sol_get_hyphen_milestone.Output
392392
/// Update a milestone
393393
///
394+
///
395+
///
394396
/// - Remark: HTTP `PATCH /repos/{owner}/{repo}/milestones/{milestone_number}`.
395397
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/milestones/{milestone_number}/patch(issues/update-milestone)`.
396398
func issues_sol_update_hyphen_milestone(_ input: Operations.issues_sol_update_hyphen_milestone.Input) async throws -> Operations.issues_sol_update_hyphen_milestone.Output
@@ -1133,6 +1135,8 @@ extension APIProtocol {
11331135
}
11341136
/// Update a milestone
11351137
///
1138+
///
1139+
///
11361140
/// - Remark: HTTP `PATCH /repos/{owner}/{repo}/milestones/{milestone_number}`.
11371141
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/milestones/{milestone_number}/patch(issues/update-milestone)`.
11381142
public func issues_sol_update_hyphen_milestone(
@@ -17128,6 +17132,8 @@ public enum Operations {
1712817132
}
1712917133
/// Update a milestone
1713017134
///
17135+
///
17136+
///
1713117137
/// - Remark: HTTP `PATCH /repos/{owner}/{repo}/milestones/{milestone_number}`.
1713217138
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/milestones/{milestone_number}/patch(issues/update-milestone)`.
1713317139
public enum issues_sol_update_hyphen_milestone {

0 commit comments

Comments
 (0)