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/dependabot/Client.swift
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -274,8 +274,9 @@ public struct Client: APIProtocol {
274
274
}
275
275
)
276
276
}
277
-
/// Lists repositories that organization admins have allowed Dependabot to access when updating dependencies.
277
+
/// Lists the repositories Dependabot can access in an organization
278
278
///
279
+
/// Lists repositories that organization admins have allowed Dependabot to access when updating dependencies.
279
280
/// > [!NOTE]
280
281
/// > This operation supports both server-to-server and user-to-server access.
281
282
/// Unauthorized users will not see the existence of this endpoint.
@@ -398,7 +399,9 @@ public struct Client: APIProtocol {
398
399
}
399
400
)
400
401
}
401
-
/// Updates repositories to the list of repositories that organization admins have allowed Dependabot to access when updating dependencies.
402
+
/// Updates Dependabot's repository access list for an organization
403
+
///
404
+
/// Updates repositories according to the list of repositories that organization admins have given Dependabot access to when they've updated dependencies.
402
405
///
403
406
/// > [!NOTE]
404
407
/// > This operation supports both server-to-server and user-to-server access.
@@ -507,14 +510,14 @@ public struct Client: APIProtocol {
507
510
}
508
511
/// Set the default repository access level for Dependabot
509
512
///
510
-
/// > [!NOTE]
511
-
/// > This operation supports both server-to-server and user-to-server access.
512
513
/// Sets the default level of repository access Dependabot will have while performing an update. Available values are:
513
514
/// - 'public' - Dependabot will only have access to public repositories, unless access is explicitly granted to non-public repositories.
514
515
/// - 'internal' - Dependabot will only have access to public and internal repositories, unless access is explicitly granted to private repositories.
515
516
///
516
517
/// Unauthorized users will not see the existence of this endpoint.
517
518
///
519
+
/// This operation supports both server-to-server and user-to-server access.
/// Updates repositories to the list of repositories that organization admins have allowed Dependabot to access when updating dependencies.
37
+
/// Updates Dependabot's repository access list for an organization
38
+
///
39
+
/// Updates repositories according to the list of repositories that organization admins have given Dependabot access to when they've updated dependencies.
37
40
///
38
41
/// > [!NOTE]
39
42
/// > This operation supports both server-to-server and user-to-server access.
@@ -52,14 +55,14 @@ public protocol APIProtocol: Sendable {
/// Lists repositories that organization admins have allowed Dependabot to access when updating dependencies.
270
+
/// Lists the repositories Dependabot can access in an organization
268
271
///
272
+
/// Lists repositories that organization admins have allowed Dependabot to access when updating dependencies.
269
273
/// > [!NOTE]
270
274
/// > This operation supports both server-to-server and user-to-server access.
271
275
/// Unauthorized users will not see the existence of this endpoint.
@@ -283,7 +287,9 @@ extension APIProtocol {
283
287
headers: headers
284
288
))
285
289
}
286
-
/// Updates repositories to the list of repositories that organization admins have allowed Dependabot to access when updating dependencies.
290
+
/// Updates Dependabot's repository access list for an organization
291
+
///
292
+
/// Updates repositories according to the list of repositories that organization admins have given Dependabot access to when they've updated dependencies.
287
293
///
288
294
/// > [!NOTE]
289
295
/// > This operation supports both server-to-server and user-to-server access.
@@ -312,14 +318,14 @@ extension APIProtocol {
312
318
}
313
319
/// Set the default repository access level for Dependabot
314
320
///
315
-
/// > [!NOTE]
316
-
/// > This operation supports both server-to-server and user-to-server access.
317
321
/// Sets the default level of repository access Dependabot will have while performing an update. Available values are:
318
322
/// - 'public' - Dependabot will only have access to public repositories, unless access is explicitly granted to non-public repositories.
319
323
/// - 'internal' - Dependabot will only have access to public and internal repositories, unless access is explicitly granted to private repositories.
320
324
///
321
325
/// Unauthorized users will not see the existence of this endpoint.
322
326
///
327
+
/// This operation supports both server-to-server and user-to-server access.
/// Lists repositories that organization admins have allowed Dependabot to access when updating dependencies.
4924
+
/// Lists the repositories Dependabot can access in an organization
4919
4925
///
4926
+
/// Lists repositories that organization admins have allowed Dependabot to access when updating dependencies.
4920
4927
/// > [!NOTE]
4921
4928
/// > This operation supports both server-to-server and user-to-server access.
4922
4929
/// Unauthorized users will not see the existence of this endpoint.
@@ -5122,7 +5129,9 @@ public enum Operations {
5122
5129
}
5123
5130
}
5124
5131
}
5125
-
/// Updates repositories to the list of repositories that organization admins have allowed Dependabot to access when updating dependencies.
5132
+
/// Updates Dependabot's repository access list for an organization
5133
+
///
5134
+
/// Updates repositories according to the list of repositories that organization admins have given Dependabot access to when they've updated dependencies.
5126
5135
///
5127
5136
/// > [!NOTE]
5128
5137
/// > This operation supports both server-to-server and user-to-server access.
@@ -5332,14 +5341,14 @@ public enum Operations {
5332
5341
}
5333
5342
/// Set the default repository access level for Dependabot
5334
5343
///
5335
-
/// > [!NOTE]
5336
-
/// > This operation supports both server-to-server and user-to-server access.
5337
5344
/// Sets the default level of repository access Dependabot will have while performing an update. Available values are:
5338
5345
/// - 'public' - Dependabot will only have access to public repositories, unless access is explicitly granted to non-public repositories.
5339
5346
/// - 'internal' - Dependabot will only have access to public and internal repositories, unless access is explicitly granted to private repositories.
5340
5347
///
5341
5348
/// Unauthorized users will not see the existence of this endpoint.
5342
5349
///
5350
+
/// This operation supports both server-to-server and user-to-server access.
0 commit comments