Commit 1d2dfdd0 authored by Timo Furrer's avatar Timo Furrer 🏙️
Browse files

Merge branch 'add-expires-at-to-project-shared-with-group' into 'main'

Add ExpiresAt field to ProjectSharedWithGroup struct

See merge request !2671
parents 26c16e38 2e064ab4
Loading
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -267,6 +267,7 @@ type ProjectSharedWithGroup struct {
	GroupName        string   `json:"group_name"`
	GroupFullPath    string   `json:"group_full_path"`
	GroupAccessLevel int64    `json:"group_access_level"`
	ExpiresAt        *ISOTime `json:"expires_at"`
}

// BasicProject included in other service responses (such as todos).