Skip to content

Commit

Permalink
Merge pull request #1570 from FelixKampfer/add_field_to_projects_struct
Browse files Browse the repository at this point in the history
add SharedWithGroups.GroupFullPath field to projects.go
  • Loading branch information
svanharmelen committed Nov 11, 2022
2 parents 4172c04 + 32af9b3 commit 3ef2120
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects.go
Expand Up @@ -120,6 +120,7 @@ type Project struct {
SharedWithGroups []struct {
GroupID int `json:"group_id"`
GroupName string `json:"group_name"`
GroupFullPath string `json:"group_full_path"`
GroupAccessLevel int `json:"group_access_level"`
} `json:"shared_with_groups"`
Statistics *Statistics `json:"statistics"`
Expand Down

0 comments on commit 3ef2120

Please sign in to comment.