Skip to content

Commit ffc5df8

Browse files
authored
feat: Add ClientID to Installation (#3712)
1 parent eef4b66 commit ffc5df8

File tree

5 files changed

+124
-1
lines changed

5 files changed

+124
-1
lines changed

github/apps.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ type InstallationRequest struct {
168168
type Installation struct {
169169
ID *int64 `json:"id,omitempty"`
170170
NodeID *string `json:"node_id,omitempty"`
171+
ClientID *string `json:"client_id,omitempty"`
171172
AppID *int64 `json:"app_id,omitempty"`
172173
AppSlug *string `json:"app_slug,omitempty"`
173174
TargetID *int64 `json:"target_id,omitempty"`

0 commit comments

Comments
 (0)