You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/issues/Client.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1844,7 +1844,7 @@ public struct Client: APIProtocol {
1844
1844
}
1845
1845
/// Update an issue
1846
1846
///
1847
-
/// Issue owners and users with push access can edit an issue.
1847
+
/// Issue owners and users with push access or Triage role can edit an issue.
1848
1848
///
1849
1849
/// This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
/// Issue owners and users with push access can edit an issue.
191
+
/// Issue owners and users with push access or Triage role can edit an issue.
192
192
///
193
193
/// This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
194
194
///
@@ -712,7 +712,7 @@ extension APIProtocol {
712
712
}
713
713
/// Update an issue
714
714
///
715
-
/// Issue owners and users with push access can edit an issue.
715
+
/// Issue owners and users with push access or Triage role can edit an issue.
716
716
///
717
717
/// This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
718
718
///
@@ -11579,7 +11579,7 @@ public enum Operations {
11579
11579
}
11580
11580
/// Update an issue
11581
11581
///
11582
-
/// Issue owners and users with push access can edit an issue.
11582
+
/// Issue owners and users with push access or Triage role can edit an issue.
11583
11583
///
11584
11584
/// This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
0 commit comments