Commit 2e064ab4 authored by cindy's avatar cindy Committed by Timo Furrer
Browse files

Add ExpiresAt field to ProjectSharedWithGroup struct

Changelog: Improvements
parent 26c16e38
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).