aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/NotificationsController.cs
diff options
context:
space:
mode:
authorMark Monteiro <marknr.monteiro@protonmail.com>2020-05-03 16:45:57 -0400
committerGitHub <noreply@github.com>2020-05-03 16:45:57 -0400
commit6e1120c623719fcbdfbc0905b0efe0caa542d055 (patch)
treeab2e4830ca5cdb6409ece1a9152add673e6fe8aa /Jellyfin.Api/Controllers/NotificationsController.cs
parentf2bace2a07a1ac222cb3512e1204a0bdaca9cd37 (diff)
parentd7d8118b42c8abc8a4f12c4f2b0fb97cc6384ba7 (diff)
Merge pull request #3048 from jellyfin/api-notification-docs
Fix XML doc generation
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 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)]