diff options
| author | Cody Robibero <cody@robibe.ro> | 2020-06-21 09:33:52 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-21 09:33:52 -0600 |
| commit | f211a6c17b9171b2d1191b3a35ac8f34490ff0cc (patch) | |
| tree | 05185f1b10813cddd786f9813d6638c2204ed6f8 /Jellyfin.Api/Controllers/PluginsController.cs | |
| parent | f6972cdab89efeb7792f740f97f6685ad904f82b (diff) | |
Update Jellyfin.Api/Controllers/PluginsController.cs
Co-authored-by: David <davidullmer@outlook.de>
Diffstat (limited to 'Jellyfin.Api/Controllers/PluginsController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/PluginsController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/PluginsController.cs b/Jellyfin.Api/Controllers/PluginsController.cs index ecae63011..f6036b748 100644 --- a/Jellyfin.Api/Controllers/PluginsController.cs +++ b/Jellyfin.Api/Controllers/PluginsController.cs @@ -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")] |
