aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/NotificationsController.cs
diff options
context:
space:
mode:
authorZadenRB <zaden.ruggieroboune@gmail.com>2020-04-22 00:21:37 -0600
committerGitHub <noreply@github.com>2020-04-22 00:21:37 -0600
commit2a49b19a7c02f16cd4bb1d847c1ff76c5df316fb (patch)
treee8469fbfb9548694e35ee2a333b4d20760c3c66e /Jellyfin.Api/Controllers/NotificationsController.cs
parent69d9bfb233bd2716e3803b38c55275de58bb8d46 (diff)
Update documentation of startIndex
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
Diffstat (limited to 'Jellyfin.Api/Controllers/NotificationsController.cs')
-rw-r--r--Jellyfin.Api/Controllers/NotificationsController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/NotificationsController.cs b/Jellyfin.Api/Controllers/NotificationsController.cs
index 6145246ed..bb9f5a7b3 100644
--- a/Jellyfin.Api/Controllers/NotificationsController.cs
+++ b/Jellyfin.Api/Controllers/NotificationsController.cs
@@ -39,7 +39,7 @@ namespace Jellyfin.Api.Controllers
/// </summary>
/// <param name="userId">The user's ID.</param>
/// <param name="isRead">An optional filter by notification read state.</param>
- /// <param name="startIndex">The optional index to start at. All notifications with a lower index will be dropped from the results.</param>
+ /// <param name="startIndex">The optional index to start at. All notifications with a lower index will be omitted from the results.</param>
/// <param name="limit">An optional limit on the number of notifications returned.</param>
/// <returns>A read-only list of all of the user's notifications.</returns>
[HttpGet("{UserID}")]