Skip to content

Commit

Permalink
Update scrape/apps.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
Roming22 and gmlewis authored Jul 10, 2024
1 parent d7769ed commit 37af254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrape/apps.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ type AppManifest struct {
Name *string `json:"name,omitempty"`
//Required. The homepage of your GitHub App.
URL *string `json:"url,omitempty"`
// The full URL of the endpoint to authenticate users via the GitHub App.
// The full URL(s) of the endpoint(s) to authenticate users via the GitHub App (Max: 10).
CallbackURLs []string `json:"callback_urls,omitempty"`
// Required. The configuration of the GitHub App's webhook.
HookAttributes map[string]string `json:"hook_attributes,omitempty"`
Expand Down

0 comments on commit 37af254

Please sign in to comment.