Update Jellyfin.Api/Controllers/PluginsController.cs
Co-authored-by: David <davidullmer@outlook.de>
This commit is contained in:
parent
c492c09b25
commit
857eb0c397
|
@ -59,7 +59,7 @@ namespace Jellyfin.Api.Controllers
|
||||||
/// <param name="pluginId">Plugin id.</param>
|
/// <param name="pluginId">Plugin id.</param>
|
||||||
/// <response code="204">Plugin uninstalled.</response>
|
/// <response code="204">Plugin uninstalled.</response>
|
||||||
/// <response code="404">Plugin not found.</response>
|
/// <response code="404">Plugin not found.</response>
|
||||||
/// <returns>An <see cref="OkResult"/> on success, or a <see cref="NotFoundResult"/> if the file could not be found.</returns>
|
/// <returns>An <see cref="NoContentResult"/> on success, or a <see cref="NotFoundResult"/> if the file could not be found.</returns>
|
||||||
[HttpDelete("{pluginId}")]
|
[HttpDelete("{pluginId}")]
|
||||||
[Authorize(Policy = Policies.RequiresElevation)]
|
[Authorize(Policy = Policies.RequiresElevation)]
|
||||||
[ProducesResponseType(StatusCodes.Status204NoContent)]
|
[ProducesResponseType(StatusCodes.Status204NoContent)]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user