From db9b1970c5721fbb80aac88d09e11d80ecf2ae9e Mon Sep 17 00:00:00 2001 From: "DESKTOP-GENO133\\IvanPlex" Date: Wed, 24 Jan 2024 21:47:05 -0700 Subject: [PATCH] updated API documentation. --- Views/API/Index.cshtml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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