1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-21 17:23:56 +09:00

Merge branch 'develop' into alert_other_host

This commit is contained in:
かっこかり 2024-03-23 20:55:38 +09:00 committed by GitHub
commit ff3b25e898
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,7 +93,7 @@ export function genOpenapiSpec(config: Config, includeSelfRef = false) {
const hasBody = (schema.type === 'object' && schema.properties && Object.keys(schema.properties).length >= 1);
const info = {
operationId: endpoint.name,
operationId: endpoint.name.replaceAll('/', '___'), // NOTE: スラッシュは使えない
summary: endpoint.name,
description: desc,
externalDocs: {