Remove documentation of void return type
This commit is contained in:
parent
6c8e1d37bd
commit
dae6965710
|
@ -95,7 +95,6 @@ namespace Jellyfin.Api.Controllers
|
||||||
/// <param name="description">The description of the notification.</param>
|
/// <param name="description">The description of the notification.</param>
|
||||||
/// <param name="url">The URL of the notification.</param>
|
/// <param name="url">The URL of the notification.</param>
|
||||||
/// <param name="level">The level of the notification.</param>
|
/// <param name="level">The level of the notification.</param>
|
||||||
/// <returns>Status.</returns>
|
|
||||||
[HttpPost("Admin")]
|
[HttpPost("Admin")]
|
||||||
[ProducesResponseType(StatusCodes.Status200OK)]
|
[ProducesResponseType(StatusCodes.Status200OK)]
|
||||||
public void CreateAdminNotification(
|
public void CreateAdminNotification(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user