From 82bd65cf49da6f2c9df6affc44cb7d7a3d911648 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 27 Aug 2018 23:19:28 +0000 Subject: [PATCH] --- server/AyaNova/Controllers/EventLogController.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/AyaNova/Controllers/EventLogController.cs b/server/AyaNova/Controllers/EventLogController.cs index b6fc05a0..20fa34eb 100644 --- a/server/AyaNova/Controllers/EventLogController.cs +++ b/server/AyaNova/Controllers/EventLogController.cs @@ -81,7 +81,8 @@ namespace AyaNova.Api.Controllers /// Get events for a user as text document for object specified /// /// Required roles: - /// Read rights to User object or UserId specified must be current API user + /// Read rights to User object or UserId specified must be requestor Id + /// /// /// Event log for user [HttpGet("UserLog")]