From a553d475077d961ae123d4e18bdcd595d79335d7 Mon Sep 17 00:00:00 2001 From: lunat Date: Thu, 8 Sep 2016 18:01:18 +0200 Subject: [PATCH] Added anchor tag in README.mustache issue #3748. --- .../swagger-codegen/src/main/resources/csharp/README.mustache | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/swagger-codegen/src/main/resources/csharp/README.mustache b/modules/swagger-codegen/src/main/resources/csharp/README.mustache index 7c8a3df52df..89af5dd54cc 100644 --- a/modules/swagger-codegen/src/main/resources/csharp/README.mustache +++ b/modules/swagger-codegen/src/main/resources/csharp/README.mustache @@ -139,6 +139,7 @@ Authentication schemes defined for the API: {{/last}} {{/authMethods}} {{#authMethods}} + ### {{name}} {{#isApiKey}}- **Type**: API key