mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-03 19:16:21 +01:00
Update Jellyfin.Api/Controllers/PluginsController.cs
Co-authored-by: David <davidullmer@outlook.de>
This commit is contained in:
parent
f6972cdab8
commit
f211a6c17b
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ namespace Jellyfin.Api.Controllers
|
|||
/// <response code="404">Plugin not found or plugin does not have configuration.</response>
|
||||
/// <returns>
|
||||
/// A <see cref="Task" /> that represents the asynchronous operation to update plugin configuration.
|
||||
/// The task result contains an <see cref="OkResult"/> indicating success, or <see cref="NotFoundResult"/>
|
||||
/// The task result contains an <see cref="NoContentResult"/> indicating success, or <see cref="NotFoundResult"/>
|
||||
/// when plugin not found or plugin doesn't have configuration.
|
||||
/// </returns>
|
||||
[HttpPost("{pluginId}/Configuration")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue