You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Exceptionless.Web/Controllers/EventController.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ public async Task<ActionResult<CountResult>> GetCountByOrganizationAsync(string
137
137
/// <param name="aggregations">A list of values you want returned. Example: avg:value cardinality:value sum:users max:value min:value</param>
138
138
/// <param name="time">The time filter that limits the data being returned to a specific date range.</param>
139
139
/// <param name="offset">The time offset in minutes that controls what data is returned based on the time filter. This is used for time zone support.</param>
140
-
/// <param name="mode">If no mode is set then the whole event object will be returned. If the mode is set to summary than a lightweight object will be returned.</param>
140
+
/// <param name="mode">If mode is set to stack_new, then additional filters will be added.</param>
0 commit comments