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/copilot-spaces/Client.swift
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,8 @@ public struct Client: APIProtocol {
46
46
///
47
47
/// OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.
48
48
///
49
+
/// Fine-grained tokens and GitHub App user access tokens must have been granted access to the organization that owns the space. They must also have been granted access to every repository referenced by resources in a space; spaces with inaccessible resources are omitted from the response.
@@ -187,6 +189,8 @@ public struct Client: APIProtocol {
187
189
///
188
190
/// OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.
189
191
///
192
+
/// Fine-grained tokens and GitHub App user access tokens must have been granted access to the organization that owns the space. They must also have been granted access to every repository referenced by the submitted resources.
@@ -330,6 +334,8 @@ public struct Client: APIProtocol {
330
334
///
331
335
/// OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.
332
336
///
337
+
/// Fine-grained tokens and GitHub App user access tokens must have been granted access to the organization that owns the space. They must also have been granted access to every repository referenced by resources in the space.
@@ -443,6 +449,8 @@ public struct Client: APIProtocol {
443
449
///
444
450
/// OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.
445
451
///
452
+
/// Fine-grained tokens and GitHub App user access tokens must have been granted access to the organization that owns the space. They must also have been granted access to every repository referenced by resources in the space, including any being added or updated.
@@ -589,6 +597,8 @@ public struct Client: APIProtocol {
589
597
///
590
598
/// OAuth app tokens and personal access tokens (classic) need both the `read:org` and `repo` scopes to use this endpoint.
591
599
///
600
+
/// Fine-grained tokens and GitHub App user access tokens must have been granted access to the organization that owns the space. They must also have been granted access to every repository referenced by resources in the space.
@@ -684,6 +694,8 @@ public struct Client: APIProtocol {
684
694
///
685
695
/// OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.
686
696
///
697
+
/// Fine-grained tokens and GitHub App user access tokens must have been granted access to the organization that owns the space. They must also have been granted access to every repository referenced by resources in the space.
@@ -798,6 +810,8 @@ public struct Client: APIProtocol {
798
810
///
799
811
/// OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.
800
812
///
813
+
/// Fine-grained tokens and GitHub App user access tokens must have been granted access to the organization that owns the space. They must also have been granted access to every repository referenced by resources in the space.
@@ -940,6 +954,8 @@ public struct Client: APIProtocol {
940
954
///
941
955
/// OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.
942
956
///
957
+
/// Fine-grained tokens and GitHub App user access tokens must have been granted access to the organization that owns the space. They must also have been granted access to every repository referenced by resources in the space.
@@ -1086,6 +1102,8 @@ public struct Client: APIProtocol {
1086
1102
///
1087
1103
/// OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.
1088
1104
///
1105
+
/// Fine-grained tokens and GitHub App user access tokens must have been granted access to the organization that owns the space. They must also have been granted access to every repository referenced by resources in the space.
@@ -1180,6 +1198,8 @@ public struct Client: APIProtocol {
1180
1198
///
1181
1199
/// OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.
1182
1200
///
1201
+
/// Fine-grained tokens and GitHub App user access tokens must have been granted access to the organization that owns the space. They must also have been granted access to every repository referenced by resources in the space.
@@ -1297,6 +1317,8 @@ public struct Client: APIProtocol {
1297
1317
///
1298
1318
/// OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.
1299
1319
///
1320
+
/// Fine-grained tokens and GitHub App user access tokens must have been granted access to the organization that owns the space. They must also have been granted access to every repository referenced by resources in the space, including the resource being created.
@@ -1462,6 +1484,8 @@ public struct Client: APIProtocol {
1462
1484
///
1463
1485
/// OAuth app tokens and personal access tokens (classic) need the `read:org` scope to use this endpoint.
1464
1486
///
1487
+
/// Fine-grained tokens and GitHub App user access tokens must have been granted access to the organization that owns the space. They must also have been granted access to every repository referenced by resources in the space.
@@ -1575,6 +1599,8 @@ public struct Client: APIProtocol {
1575
1599
///
1576
1600
/// OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.
1577
1601
///
1602
+
/// Fine-grained tokens and GitHub App user access tokens must have been granted access to the organization that owns the space. They must also have been granted access to every repository referenced by resources in the space, including the resource being updated.
@@ -1719,6 +1745,8 @@ public struct Client: APIProtocol {
1719
1745
///
1720
1746
/// OAuth app tokens and personal access tokens (classic) need the `write:org` scope to use this endpoint.
1721
1747
///
1748
+
/// Fine-grained tokens and GitHub App user access tokens must have been granted access to the organization that owns the space. They must also have been granted access to every repository referenced by resources in the space.
0 commit comments