aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-05-03 14:02:15 -0600
committercrobibero <cody@robibe.ro>2020-05-03 14:02:15 -0600
commitd7d8118b42c8abc8a4f12c4f2b0fb97cc6384ba7 (patch)
treeab2e4830ca5cdb6409ece1a9152add673e6fe8aa
parentf2bace2a07a1ac222cb3512e1204a0bdaca9cd37 (diff)
Fix xml docs
-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 3cbb3a3a3..8d82ca10f 100644
--- a/Jellyfin.Api/Controllers/NotificationsController.cs
+++ b/Jellyfin.Api/Controllers/NotificationsController.cs
@@ -83,7 +83,7 @@ namespace Jellyfin.Api.Controllers
/// <summary>
/// Gets notification services.
/// </summary>
- /// <response>All notification services returned.</response>
+ /// <response code="200">All notification services returned.</response>
/// <returns>An <cref see="OkResult"/> containing a list of all notification services.</returns>
[HttpGet("Services")]
[ProducesResponseType(StatusCodes.Status200OK)]