Fix description of PATCH /DreamDaemon

This commit is contained in:
Jordan Brown
2020-08-29 12:40:16 -04:00
parent 078450e5db
commit 0cdcc67def
@@ -1,4 +1,4 @@
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
@@ -275,7 +275,7 @@ namespace Tgstation.Server.Host.Controllers
#pragma warning restore CA1502
/// <summary>
/// Creates a <see cref="Api.Models.Job"/> to restart the Watchdog. It will start if it wasn't already running.
/// Creates a <see cref="Api.Models.Job"/> to restart the Watchdog. It will not start if it wasn't already running.
/// </summary>
/// <param name="cancellationToken">The <see cref="CancellationToken"/> for the operation</param>
/// <returns>A <see cref="Task{TResult}"/> resulting in the <see cref="IActionResult"/> of the request</returns>