From a78ea4341782403e5e3961146247962009a8a8e3 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 11 Aug 2020 14:00:12 -0400 Subject: [PATCH] Add OpenAPI description --- src/Tgstation.Server.Host/Core/SwaggerConfiguration.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host/Core/SwaggerConfiguration.cs b/src/Tgstation.Server.Host/Core/SwaggerConfiguration.cs index 9eabef29e9..d46bceadb9 100644 --- a/src/Tgstation.Server.Host/Core/SwaggerConfiguration.cs +++ b/src/Tgstation.Server.Host/Core/SwaggerConfiguration.cs @@ -138,7 +138,8 @@ namespace Tgstation.Server.Host.Core { Name = "/tg/station 13", Url = new Uri("https://github.com/tgstation") - } + }, + Description = "A production scale tool for BYOND server management" }); // Important to do this before applying our own filters