diff options
Diffstat (limited to 'MediaBrowser.Api/System/SystemService.cs')
| -rw-r--r-- | MediaBrowser.Api/System/SystemService.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Api/System/SystemService.cs b/MediaBrowser.Api/System/SystemService.cs index cb9d01956..cae648ae0 100644 --- a/MediaBrowser.Api/System/SystemService.cs +++ b/MediaBrowser.Api/System/SystemService.cs @@ -38,8 +38,10 @@ namespace MediaBrowser.Api.System { } + /// <summary> + /// This is currently not authenticated because the uninstaller needs to be able to shutdown the server. + /// </summary> [Route("/System/Shutdown", "POST", Summary = "Shuts down the application")] - [Authenticated] public class ShutdownApplication { } |
