|
|
@ -83,7 +83,7 @@ namespace Jellyfin.Api.Controllers
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets notification services.
|
|
|
|
/// Gets notification services.
|
|
|
|
/// </summary>
|
|
|
|
/// </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>
|
|
|
|
/// <returns>An <cref see="OkResult"/> containing a list of all notification services.</returns>
|
|
|
|
[HttpGet("Services")]
|
|
|
|
[HttpGet("Services")]
|
|
|
|
[ProducesResponseType(StatusCodes.Status200OK)]
|
|
|
|
[ProducesResponseType(StatusCodes.Status200OK)]
|
|
|
|