Skip to content

Commit 8fcf574

Browse files
sammorrowdrumsCopilot
andcommitted
docs: regenerate README for new pagination params
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8671131 commit 8fcf574

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,8 @@ The following sets of tools are available:
649649
- **Required OAuth Scopes**: `security_events`
650650
- **Accepted OAuth Scopes**: `repo`, `security_events`
651651
- `owner`: The owner of the repository. (string, required)
652+
- `page`: Page number for pagination (min 1) (number, optional)
653+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
652654
- `ref`: The Git reference for the results you want to list. (string, optional)
653655
- `repo`: The name of the repository. (string, required)
654656
- `severity`: Filter code scanning alerts by severity (string, optional)
@@ -712,6 +714,8 @@ The following sets of tools are available:
712714
- **Required OAuth Scopes**: `security_events`
713715
- **Accepted OAuth Scopes**: `repo`, `security_events`
714716
- `owner`: The owner of the repository. (string, required)
717+
- `page`: Page number for pagination (min 1) (number, optional)
718+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
715719
- `repo`: The name of the repository. (string, required)
716720
- `severity`: Filter dependabot alerts by severity (string, optional)
717721
- `state`: Filter dependabot alerts by state. Defaults to open (string, optional)
@@ -1324,6 +1328,8 @@ The following sets of tools are available:
13241328
- **Required OAuth Scopes**: `security_events`
13251329
- **Accepted OAuth Scopes**: `repo`, `security_events`
13261330
- `owner`: The owner of the repository. (string, required)
1331+
- `page`: Page number for pagination (min 1) (number, optional)
1332+
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
13271333
- `repo`: The name of the repository. (string, required)
13281334
- `resolution`: Filter by resolution (string, optional)
13291335
- `secret_type`: A comma-separated list of secret types to return. All default secret patterns are returned. To return generic patterns, pass the token name(s) in the parameter. (string, optional)

0 commit comments

Comments
 (0)