feat(api-ref): show schema of a tag (#7297)
This commit is contained in:
@@ -34,7 +34,7 @@ export default async function getPathsOfTag(
|
||||
return {
|
||||
...fileContent,
|
||||
operationPath: `/${file
|
||||
.replaceAll("_", "/")
|
||||
.replaceAll(/(?<!\{[^}]*)_(?![^{]*\})/g, "/")
|
||||
.replace(/\.[A-Za-z]+$/, "")}`,
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user