Added scalar api reference

Successful local run
This commit is contained in:
2026-07-14 10:27:30 +02:00
parent 8c64e0447f
commit 25f848292f
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
public sealed record EmailRequest(string HtmlBody, string? From, string? To);
public sealed record EmailRequest(string HtmlBody, string? From, string? To, string? Subject);