From a7031dea85f7bdf4b65913495ade5c918cc3c7f9 Mon Sep 17 00:00:00 2001 From: Dominion Date: Sat, 22 Apr 2023 19:12:50 -0400 Subject: [PATCH] Update API doc for 424 on POST /Administration --- .../Controllers/AdministrationController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host/Controllers/AdministrationController.cs b/src/Tgstation.Server.Host/Controllers/AdministrationController.cs index deab3c1288..df0bb5f2a7 100644 --- a/src/Tgstation.Server.Host/Controllers/AdministrationController.cs +++ b/src/Tgstation.Server.Host/Controllers/AdministrationController.cs @@ -204,7 +204,7 @@ namespace Tgstation.Server.Host.Controllers /// Update has been started successfully. /// The requested release version could not be found in the target GitHub repository. /// Upgrade operations are unavailable due to the launch configuration of TGS. - /// A GitHub rate limit was encountered. + /// A GitHub rate limit was encountered or the swarm integrity check failed. /// A GitHub API error occurred. [HttpPost] [TgsAuthorize(AdministrationRights.ChangeVersion)]