Skip to content

Commit

Permalink
Update github/github.go
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
  • Loading branch information
francois2metz and gmlewis committed Nov 3, 2022
1 parent 3695a11 commit 2ec08e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion github/github.go
Expand Up @@ -237,7 +237,8 @@ type ListCursorOptions struct {
// For paginated result sets, the number of results to include per page.
PerPage int `url:"per_page,omitempty"`

// For paginated result sets, the number of results to include per page starting from the first matching result.
// For paginated result sets, the number of results per page (max 100), starting from the first matching result.
// This parameter must not be used in combination with last.
First int `url:"first,omitempty"`

// For paginated result sets, the number of results to include per page starting from the last matching result.
Expand Down

0 comments on commit 2ec08e9

Please sign in to comment.