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/orgs/Client.swift
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2084,7 +2084,10 @@ public struct Client: APIProtocol {
2084
2084
}
2085
2085
/// List pending organization invitations
2086
2086
///
2087
-
/// The return hash contains a `role` field which refers to the Organization Invitation role and will be one of the following values: `direct_member`, `admin`, `billing_manager`, or `hiring_manager`. If the invitee is not a GitHub member, the `login` field in the return hash will be `null`.
2087
+
/// The return hash contains a `role` field which refers to the Organization
2088
+
/// Invitation role and will be one of the following values: `direct_member`, `admin`,
2089
+
/// `billing_manager`, or `hiring_manager`. If the invitee is not a GitHub
2090
+
/// member, the `login` field in the return hash will be `null`.
2088
2091
///
2089
2092
/// - Remark: HTTP `GET /orgs/{org}/invitations`.
2090
2093
/// - Remark: Generated from `#/paths//orgs/{org}/invitations/get(orgs/list-pending-invitations)`.
/// The return hash contains a `role` field which refers to the Organization Invitation role and will be one of the following values: `direct_member`, `admin`, `billing_manager`, or `hiring_manager`. If the invitee is not a GitHub member, the `login` field in the return hash will be `null`.
269
+
/// The return hash contains a `role` field which refers to the Organization
270
+
/// Invitation role and will be one of the following values: `direct_member`, `admin`,
271
+
/// `billing_manager`, or `hiring_manager`. If the invitee is not a GitHub
272
+
/// member, the `login` field in the return hash will be `null`.
270
273
///
271
274
/// - Remark: HTTP `GET /orgs/{org}/invitations`.
272
275
/// - Remark: Generated from `#/paths//orgs/{org}/invitations/get(orgs/list-pending-invitations)`.
@@ -1242,7 +1245,10 @@ extension APIProtocol {
1242
1245
}
1243
1246
/// List pending organization invitations
1244
1247
///
1245
-
/// The return hash contains a `role` field which refers to the Organization Invitation role and will be one of the following values: `direct_member`, `admin`, `billing_manager`, or `hiring_manager`. If the invitee is not a GitHub member, the `login` field in the return hash will be `null`.
1248
+
/// The return hash contains a `role` field which refers to the Organization
1249
+
/// Invitation role and will be one of the following values: `direct_member`, `admin`,
1250
+
/// `billing_manager`, or `hiring_manager`. If the invitee is not a GitHub
1251
+
/// member, the `login` field in the return hash will be `null`.
1246
1252
///
1247
1253
/// - Remark: HTTP `GET /orgs/{org}/invitations`.
1248
1254
/// - Remark: Generated from `#/paths//orgs/{org}/invitations/get(orgs/list-pending-invitations)`.
@@ -11384,7 +11390,10 @@ public enum Operations {
11384
11390
}
11385
11391
/// List pending organization invitations
11386
11392
///
11387
-
/// The return hash contains a `role` field which refers to the Organization Invitation role and will be one of the following values: `direct_member`, `admin`, `billing_manager`, or `hiring_manager`. If the invitee is not a GitHub member, the `login` field in the return hash will be `null`.
11393
+
/// The return hash contains a `role` field which refers to the Organization
11394
+
/// Invitation role and will be one of the following values: `direct_member`, `admin`,
11395
+
/// `billing_manager`, or `hiring_manager`. If the invitee is not a GitHub
11396
+
/// member, the `login` field in the return hash will be `null`.
11388
11397
///
11389
11398
/// - Remark: HTTP `GET /orgs/{org}/invitations`.
11390
11399
/// - Remark: Generated from `#/paths//orgs/{org}/invitations/get(orgs/list-pending-invitations)`.
0 commit comments