We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26b9a1 commit e433cf1Copy full SHA for e433cf1
compiler-rs/clients_schema_to_openapi/src/paths.rs
@@ -196,7 +196,7 @@ pub fn add_endpoint(
196
197
// Create the operation, it will be repeated if we have several methods
198
let operation = openapiv3::Operation {
199
- tags: vec![endpoint.name.clone()],
+ tags: vec![endpoint.name.splitn(1, '.')],
200
summary: sum_desc.summary,
201
description: sum_desc.description,
202
external_docs: tac.convert_external_docs(endpoint),
0 commit comments