We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e8856 commit 4b2f230Copy full SHA for 4b2f230
github/apps.go
@@ -30,7 +30,7 @@ type App struct {
30
CreatedAt *Timestamp `json:"created_at,omitempty"`
31
UpdatedAt *Timestamp `json:"updated_at,omitempty"`
32
Permissions *InstallationPermissions `json:"permissions,omitempty"`
33
- Events []*Event `json:"events,omitempty"`
+ Events []string `json:"events,omitempty"`
34
}
35
36
// InstallationToken represents an installation token.
0 commit comments