diff options
| author | ZadenRB <zaden.ruggieroboune@gmail.com> | 2020-04-21 12:10:34 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-21 12:10:34 -0600 |
| commit | 69d9bfb233bd2716e3803b38c55275de58bb8d46 (patch) | |
| tree | ffb50220a0a8cc42926d32d5f007b031632bbc46 /Jellyfin.Api/Controllers/NotificationsController.cs | |
| parent | dae69657108f90de54166a670c47a6dff2dae139 (diff) | |
Make documentation of parameters clearer
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
Diffstat (limited to 'Jellyfin.Api/Controllers/NotificationsController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/NotificationsController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/NotificationsController.cs b/Jellyfin.Api/Controllers/NotificationsController.cs index c1d9e3251..6145246ed 100644 --- a/Jellyfin.Api/Controllers/NotificationsController.cs +++ b/Jellyfin.Api/Controllers/NotificationsController.cs @@ -38,7 +38,7 @@ namespace Jellyfin.Api.Controllers /// Endpoint for getting a user's notifications. /// </summary> /// <param name="userId">The user's ID.</param> - /// <param name="isRead">An optional filter by IsRead.</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="limit">An optional limit on the number of notifications returned.</param> /// <returns>A read-only list of all of the user's notifications.</returns> |
