diff options
| author | crobibero <cody@robibe.ro> | 2020-05-03 14:02:15 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-05-03 14:02:15 -0600 |
| commit | d7d8118b42c8abc8a4f12c4f2b0fb97cc6384ba7 (patch) | |
| tree | ab2e4830ca5cdb6409ece1a9152add673e6fe8aa /Jellyfin.Api/Controllers/NotificationsController.cs | |
| parent | f2bace2a07a1ac222cb3512e1204a0bdaca9cd37 (diff) | |
Fix xml docs
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 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)] |
