This commit is contained in:
2020-01-23 22:56:01 +00:00
parent 866428776f
commit 784ea46fd1
24 changed files with 365 additions and 902 deletions

View File

@@ -49,8 +49,7 @@ namespace AyaNova.Api.Controllers
/// <summary>
/// Get event log for object and date range specified
///
/// Required roles:
/// Read rights to object type specified
/// Required Role: Read full object properties rights to object type specified
///
/// </summary>
/// <returns>Event log entry list for object</returns>
@@ -76,8 +75,7 @@ namespace AyaNova.Api.Controllers
/// <summary>
/// Get event log entries for a specified user and date range
///
/// Required roles:
/// Read rights to User object or UserId specified must be requestor Id
/// Required Role: Read rights to User object or User's own data
///
/// </summary>
/// <returns>Event log for user</returns>