@@ -122,7 +122,7 @@ public protocol APIProtocol: Sendable {
122122 ///
123123 /// The authenticated user must be an administrator or security manager for the organization to use this endpoint.
124124 ///
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.
126126 ///
127127 /// - Remark: HTTP `GET /orgs/{org}/code-security/configurations`.
128128 /// - Remark: Generated from `#/paths//orgs/{org}/code-security/configurations/get(code-security/get-configurations-for-org)`.
@@ -144,7 +144,7 @@ public protocol APIProtocol: Sendable {
144144 ///
145145 /// The authenticated user must be an administrator or security manager for the organization to use this endpoint.
146146 ///
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.
148148 ///
149149 /// - Remark: HTTP `GET /orgs/{org}/code-security/configurations/defaults`.
150150 /// - Remark: Generated from `#/paths//orgs/{org}/code-security/configurations/defaults/get(code-security/get-default-configurations)`.
@@ -228,7 +228,7 @@ public protocol APIProtocol: Sendable {
228228 ///
229229 /// The authenticated user must be an administrator or security manager for the organization to use this endpoint.
230230 ///
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.
232232 ///
233233 /// - Remark: HTTP `GET /orgs/{org}/code-security/configurations/{configuration_id}/repositories`.
234234 /// - 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 {
443443 ///
444444 /// The authenticated user must be an administrator or security manager for the organization to use this endpoint.
445445 ///
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.
447447 ///
448448 /// - Remark: HTTP `GET /orgs/{org}/code-security/configurations`.
449449 /// - Remark: Generated from `#/paths//orgs/{org}/code-security/configurations/get(code-security/get-configurations-for-org)`.
@@ -485,7 +485,7 @@ extension APIProtocol {
485485 ///
486486 /// The authenticated user must be an administrator or security manager for the organization to use this endpoint.
487487 ///
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.
489489 ///
490490 /// - Remark: HTTP `GET /orgs/{org}/code-security/configurations/defaults`.
491491 /// - Remark: Generated from `#/paths//orgs/{org}/code-security/configurations/defaults/get(code-security/get-default-configurations)`.
@@ -633,7 +633,7 @@ extension APIProtocol {
633633 ///
634634 /// The authenticated user must be an administrator or security manager for the organization to use this endpoint.
635635 ///
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.
637637 ///
638638 /// - Remark: HTTP `GET /orgs/{org}/code-security/configurations/{configuration_id}/repositories`.
639639 /// - 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 {
51005100 ///
51015101 /// The authenticated user must be an administrator or security manager for the organization to use this endpoint.
51025102 ///
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.
51045104 ///
51055105 /// - Remark: HTTP `GET /orgs/{org}/code-security/configurations`.
51065106 /// - Remark: Generated from `#/paths//orgs/{org}/code-security/configurations/get(code-security/get-configurations-for-org)`.
@@ -6025,7 +6025,7 @@ public enum Operations {
60256025 ///
60266026 /// The authenticated user must be an administrator or security manager for the organization to use this endpoint.
60276027 ///
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.
60296029 ///
60306030 /// - Remark: HTTP `GET /orgs/{org}/code-security/configurations/defaults`.
60316031 /// - Remark: Generated from `#/paths//orgs/{org}/code-security/configurations/defaults/get(code-security/get-default-configurations)`.
@@ -8108,7 +8108,7 @@ public enum Operations {
81088108 ///
81098109 /// The authenticated user must be an administrator or security manager for the organization to use this endpoint.
81108110 ///
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.
81128112 ///
81138113 /// - Remark: HTTP `GET /orgs/{org}/code-security/configurations/{configuration_id}/repositories`.
81148114 /// - Remark: Generated from `#/paths//orgs/{org}/code-security/configurations/{configuration_id}/repositories/get(code-security/get-repositories-for-configuration)`.
0 commit comments