Переглянути джерело

Merge pull request #3048 from jellyfin/api-notification-docs

Fix XML doc generation
Mark Monteiro 5 роки тому
батько
коміт
6e1120c623
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Jellyfin.Api/Controllers/NotificationsController.cs

+ 1 - 1
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)]