@@ -122,7 +122,7 @@ public protocol APIProtocol: Sendable {
122
122
///
123
123
/// The authenticated user must be an administrator or security manager for the organization to use this endpoint.
124
124
///
125
- /// OAuth app tokens and personal access tokens (classic) need the `write :org` scope to use this endpoint.
125
+ /// OAuth app tokens and personal access tokens (classic) need the `read :org` scope to use this endpoint.
126
126
///
127
127
/// - Remark: HTTP `GET /orgs/{org}/code-security/configurations`.
128
128
/// - Remark: Generated from `#/paths//orgs/{org}/code-security/configurations/get(code-security/get-configurations-for-org)`.
@@ -144,7 +144,7 @@ public protocol APIProtocol: Sendable {
144
144
///
145
145
/// The authenticated user must be an administrator or security manager for the organization to use this endpoint.
146
146
///
147
- /// OAuth app tokens and personal access tokens (classic) need the `write :org` scope to use this endpoint.
147
+ /// OAuth app tokens and personal access tokens (classic) need the `read :org` scope to use this endpoint.
148
148
///
149
149
/// - Remark: HTTP `GET /orgs/{org}/code-security/configurations/defaults`.
150
150
/// - Remark: Generated from `#/paths//orgs/{org}/code-security/configurations/defaults/get(code-security/get-default-configurations)`.
@@ -228,7 +228,7 @@ public protocol APIProtocol: Sendable {
228
228
///
229
229
/// The authenticated user must be an administrator or security manager for the organization to use this endpoint.
230
230
///
231
- /// OAuth app tokens and personal access tokens (classic) need the `write :org` scope to use this endpoint.
231
+ /// OAuth app tokens and personal access tokens (classic) need the `read :org` scope to use this endpoint.
232
232
///
233
233
/// - Remark: HTTP `GET /orgs/{org}/code-security/configurations/{configuration_id}/repositories`.
234
234
/// - Remark: Generated from `#/paths//orgs/{org}/code-security/configurations/{configuration_id}/repositories/get(code-security/get-repositories-for-configuration)`.
@@ -443,7 +443,7 @@ extension APIProtocol {
443
443
///
444
444
/// The authenticated user must be an administrator or security manager for the organization to use this endpoint.
445
445
///
446
- /// OAuth app tokens and personal access tokens (classic) need the `write :org` scope to use this endpoint.
446
+ /// OAuth app tokens and personal access tokens (classic) need the `read :org` scope to use this endpoint.
447
447
///
448
448
/// - Remark: HTTP `GET /orgs/{org}/code-security/configurations`.
449
449
/// - Remark: Generated from `#/paths//orgs/{org}/code-security/configurations/get(code-security/get-configurations-for-org)`.
@@ -485,7 +485,7 @@ extension APIProtocol {
485
485
///
486
486
/// The authenticated user must be an administrator or security manager for the organization to use this endpoint.
487
487
///
488
- /// OAuth app tokens and personal access tokens (classic) need the `write :org` scope to use this endpoint.
488
+ /// OAuth app tokens and personal access tokens (classic) need the `read :org` scope to use this endpoint.
489
489
///
490
490
/// - Remark: HTTP `GET /orgs/{org}/code-security/configurations/defaults`.
491
491
/// - Remark: Generated from `#/paths//orgs/{org}/code-security/configurations/defaults/get(code-security/get-default-configurations)`.
@@ -633,7 +633,7 @@ extension APIProtocol {
633
633
///
634
634
/// The authenticated user must be an administrator or security manager for the organization to use this endpoint.
635
635
///
636
- /// OAuth app tokens and personal access tokens (classic) need the `write :org` scope to use this endpoint.
636
+ /// OAuth app tokens and personal access tokens (classic) need the `read :org` scope to use this endpoint.
637
637
///
638
638
/// - Remark: HTTP `GET /orgs/{org}/code-security/configurations/{configuration_id}/repositories`.
639
639
/// - Remark: Generated from `#/paths//orgs/{org}/code-security/configurations/{configuration_id}/repositories/get(code-security/get-repositories-for-configuration)`.
@@ -5100,7 +5100,7 @@ public enum Operations {
5100
5100
///
5101
5101
/// The authenticated user must be an administrator or security manager for the organization to use this endpoint.
5102
5102
///
5103
- /// OAuth app tokens and personal access tokens (classic) need the `write :org` scope to use this endpoint.
5103
+ /// OAuth app tokens and personal access tokens (classic) need the `read :org` scope to use this endpoint.
5104
5104
///
5105
5105
/// - Remark: HTTP `GET /orgs/{org}/code-security/configurations`.
5106
5106
/// - Remark: Generated from `#/paths//orgs/{org}/code-security/configurations/get(code-security/get-configurations-for-org)`.
@@ -6025,7 +6025,7 @@ public enum Operations {
6025
6025
///
6026
6026
/// The authenticated user must be an administrator or security manager for the organization to use this endpoint.
6027
6027
///
6028
- /// OAuth app tokens and personal access tokens (classic) need the `write :org` scope to use this endpoint.
6028
+ /// OAuth app tokens and personal access tokens (classic) need the `read :org` scope to use this endpoint.
6029
6029
///
6030
6030
/// - Remark: HTTP `GET /orgs/{org}/code-security/configurations/defaults`.
6031
6031
/// - Remark: Generated from `#/paths//orgs/{org}/code-security/configurations/defaults/get(code-security/get-default-configurations)`.
@@ -8108,7 +8108,7 @@ public enum Operations {
8108
8108
///
8109
8109
/// The authenticated user must be an administrator or security manager for the organization to use this endpoint.
8110
8110
///
8111
- /// OAuth app tokens and personal access tokens (classic) need the `write :org` scope to use this endpoint.
8111
+ /// OAuth app tokens and personal access tokens (classic) need the `read :org` scope to use this endpoint.
8112
8112
///
8113
8113
/// - Remark: HTTP `GET /orgs/{org}/code-security/configurations/{configuration_id}/repositories`.
8114
8114
/// - Remark: Generated from `#/paths//orgs/{org}/code-security/configurations/{configuration_id}/repositories/get(code-security/get-repositories-for-configuration)`.
0 commit comments