Skip to content

Commit

Permalink
Merge pull request #1510 from fonsecas72/fix_invitations
Browse files Browse the repository at this point in the history
fixing invitations by user id
  • Loading branch information
svanharmelen committed Jul 30, 2022
2 parents 68d692c + d7999b9 commit a192c43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invites.go
Expand Up @@ -111,6 +111,7 @@ func (s *InvitesService) ListPendingProjectInvitations(pid interface{}, opt *Lis
type InvitesOptions struct {
ID interface{} `url:"id,omitempty" json:"id,omitempty"`
Email *string `url:"email,omitempty" json:"email,omitempty"`
UserID interface{} `url:"user_id,omitempty" json:"user_id,omitempty"`
AccessLevel *AccessLevelValue `url:"access_level,omitempty" json:"access_level,omitempty"`
ExpiresAt *ISOTime `url:"expires_at,omitempty" json:"expires_at,omitempty"`
}
Expand Down

0 comments on commit a192c43

Please sign in to comment.