File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -459,7 +459,7 @@ public struct Client: APIProtocol {
459459 ///
460460 /// Lists the secret scanning pattern configurations for an organization.
461461 ///
462- /// Personal access tokens (classic) need the `write :org` scope to use this endpoint.
462+ /// Personal access tokens (classic) need the `read :org` scope to use this endpoint.
463463 ///
464464 /// - Remark: HTTP `GET /orgs/{org}/secret-scanning/pattern-configurations`.
465465 /// - Remark: Generated from `#/paths//orgs/{org}/secret-scanning/pattern-configurations/get(secret-scanning/list-org-pattern-configs)`.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public protocol APIProtocol: Sendable {
3939 ///
4040 /// Lists the secret scanning pattern configurations for an organization.
4141 ///
42- /// Personal access tokens (classic) need the `write :org` scope to use this endpoint.
42+ /// Personal access tokens (classic) need the `read :org` scope to use this endpoint.
4343 ///
4444 /// - Remark: HTTP `GET /orgs/{org}/secret-scanning/pattern-configurations`.
4545 /// - Remark: Generated from `#/paths//orgs/{org}/secret-scanning/pattern-configurations/get(secret-scanning/list-org-pattern-configs)`.
@@ -169,7 +169,7 @@ extension APIProtocol {
169169 ///
170170 /// Lists the secret scanning pattern configurations for an organization.
171171 ///
172- /// Personal access tokens (classic) need the `write :org` scope to use this endpoint.
172+ /// Personal access tokens (classic) need the `read :org` scope to use this endpoint.
173173 ///
174174 /// - Remark: HTTP `GET /orgs/{org}/secret-scanning/pattern-configurations`.
175175 /// - Remark: Generated from `#/paths//orgs/{org}/secret-scanning/pattern-configurations/get(secret-scanning/list-org-pattern-configs)`.
@@ -3738,7 +3738,7 @@ public enum Operations {
37383738 ///
37393739 /// Lists the secret scanning pattern configurations for an organization.
37403740 ///
3741- /// Personal access tokens (classic) need the `write :org` scope to use this endpoint.
3741+ /// Personal access tokens (classic) need the `read :org` scope to use this endpoint.
37423742 ///
37433743 /// - Remark: HTTP `GET /orgs/{org}/secret-scanning/pattern-configurations`.
37443744 /// - Remark: Generated from `#/paths//orgs/{org}/secret-scanning/pattern-configurations/get(secret-scanning/list-org-pattern-configs)`.
You can’t perform that action at this time.
0 commit comments