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

Fix XML doc generation
This commit is contained in:
Mark Monteiro 2020-05-03 16:45:57 -04:00 committed by GitHub
commit 6e1120c623
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)]