File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments