mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
fix openapi validation errors
This commit is contained in:
@@ -241,7 +241,7 @@ namespace Jellyfin.Api.Controllers
|
||||
/// <param name="command">The command to send.</param>
|
||||
/// <response code="204">General command sent to session.</response>
|
||||
/// <returns>A <see cref="NoContentResult"/>.</returns>
|
||||
[HttpPost("/Sessions/{sessionId}/Command/{Command}")]
|
||||
[HttpPost("/Sessions/{sessionId}/Command/{command}")]
|
||||
[ProducesResponseType(StatusCodes.Status204NoContent)]
|
||||
public ActionResult SendGeneralCommand(
|
||||
[FromRoute] string? sessionId,
|
||||
|
||||
Reference in New Issue
Block a user