Skip to content
Snippets Groups Projects
Unverified Commit 140c78e5 authored by syuilo's avatar syuilo
Browse files

Add operationId to more convinience

parent a8e18e0e
No related branches found
No related tags found
No related merge requests found
......@@ -390,6 +390,7 @@ export function genOpenapiSpec(lang = 'ja-JP') {
}
const info = {
operationId: endpoint.name,
summary: endpoint.name,
description: endpoint.meta.desc ? endpoint.meta.desc[lang] : 'No description provided.',
externalDocs: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment