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/code-scanning/Client.swift
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2083,6 +2083,8 @@ public struct Client: APIProtocol {
2083
2083
///
2084
2084
/// OAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint with private or public repositories, or the `public_repo` scope to use this endpoint with only public repositories.
2085
2085
///
2086
+
/// This endpoint is limited to 1,000 requests per hour for each user or app installation calling it.
Copy file name to clipboardExpand all lines: Sources/code-scanning/Types.swift
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -252,6 +252,8 @@ public protocol APIProtocol: Sendable {
252
252
///
253
253
/// OAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint with private or public repositories, or the `public_repo` scope to use this endpoint with only public repositories.
254
254
///
255
+
/// This endpoint is limited to 1,000 requests per hour for each user or app installation calling it.
/// OAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint with private or public repositories, or the `public_repo` scope to use this endpoint with only public repositories.
620
622
///
623
+
/// This endpoint is limited to 1,000 requests per hour for each user or app installation calling it.
/// OAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint with private or public repositories, or the `public_repo` scope to use this endpoint with only public repositories.
6279
6283
///
6284
+
/// This endpoint is limited to 1,000 requests per hour for each user or app installation calling it.
0 commit comments