We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2834ba5 + 3621ffa commit d9738f3Copy full SHA for d9738f3
packages/connery/src/api/index.ts
@@ -49,7 +49,6 @@ async function initOpeApiSpec(app: INestApplication) {
49
.addTag('Plugin')
50
.addTag('Actions')
51
.addTag('Specs', 'Action specifications for different clients.')
52
- .addTag('Tools', 'Different tooling endpoints.')
53
.addServer(pluginConfigService.pluginServerUrl, 'Plugin URL')
54
.build();
55
const document = SwaggerModule.createDocument(app, config);
0 commit comments