diff --git a/Views/API/Index.cshtml b/Views/API/Index.cshtml index b16e47b..317b0e0 100644 --- a/Views/API/Index.cshtml +++ b/Views/API/Index.cshtml @@ -241,6 +241,21 @@ @if (User.IsInRole(nameof(UserData.IsRootUser))) { +
+
+ GET +
+
+ /api/vehicle/reminders/send +
+
+ Send reminder emails out to collaborators based on specified urgency. +
+
+ (must be root user)
+ urgencies[]=[NotUrgent,Urgent,VeryUrgent,PastDue] +
+
GET