Add volume history to platform summary
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using Managing.Application.Abstractions.Models;
|
||||
using Managing.Common;
|
||||
|
||||
namespace Managing.Api.Models.Responses
|
||||
@@ -146,6 +147,7 @@ namespace Managing.Api.Models.Responses
|
||||
/// When the last 24-hour snapshot was taken
|
||||
/// </summary>
|
||||
public required DateTime Last24HourSnapshot { get; set; }
|
||||
public List<VolumeHistoryPoint> VolumeHistory { get; internal set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user