add dtos for the open api spec
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace SafelyYou.Api;
|
||||
|
||||
public record HeartbeatRequest(
|
||||
[property: JsonPropertyName("sent_at")] DateTimeOffset SentAt
|
||||
);
|
||||
Reference in New Issue
Block a user