diff --git a/modules/swagger-codegen/src/main/resources/nodejs/api.mustache b/modules/swagger-codegen/src/main/resources/nodejs/api.mustache index 82f0145ce8e3..e2f94f7a5566 100644 --- a/modules/swagger-codegen/src/main/resources/nodejs/api.mustache +++ b/modules/swagger-codegen/src/main/resources/nodejs/api.mustache @@ -19,7 +19,7 @@ exports.models = models = require("../models.js"); {{#operation}} exports.{{nickname}} = { 'spec': { - "description" : "Operations about pets", + "description" : "the {{baseName}} API", "path" : "{{path}}", "notes" : "{{{notes}}}", "summary" : "{{{summary}}}",