diff --git a/Feature.Manager.Api/StartupExtensions/Swagger.cs b/Feature.Manager.Api/StartupExtensions/Swagger.cs index 1f47d16..44ee5fe 100644 --- a/Feature.Manager.Api/StartupExtensions/Swagger.cs +++ b/Feature.Manager.Api/StartupExtensions/Swagger.cs @@ -11,6 +11,7 @@ public static void ConfigureSwagger(this IServiceCollection services) { services.AddSwaggerGen(c => { + c.DescribeAllEnumsAsStrings(); c.CustomOperationIds(e => { var methodName = e.ActionDescriptor.RouteValues["action"];