diff --git a/Jellyfin.Api/Controllers/NotificationsController.cs b/Jellyfin.Api/Controllers/NotificationsController.cs
index c1d9e32515..6145246ed3 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.
///
/// The user's ID.
- /// An optional filter by IsRead.
+ /// An optional filter by notification read state.
/// The optional index to start at. All notifications with a lower index will be dropped from the results.
/// An optional limit on the number of notifications returned.
/// A read-only list of all of the user's notifications.