Skip to content

Commit

Permalink
fixing invitations by user id
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Fonseca committed Jul 25, 2022
1 parent 498b5f5 commit d7999b9
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 d7999b9

Please sign in to comment.