parent
a77df249c2
commit
8bb311df51
16 changed files with 19 additions and 13 deletions
|
@ -123,7 +123,7 @@ export function genOpenapiSpec(lang = 'ja-JP') {
|
|||
url: `https://github.com/syuilo/misskey/blob/develop/src/server/api/endpoints/${endpoint.name}.ts`
|
||||
},
|
||||
...(endpoint.meta.tags ? {
|
||||
tags: endpoint.meta.tags
|
||||
tags: [endpoint.meta.tags[0]]
|
||||
} : {}),
|
||||
...(endpoint.meta.requireCredential ? {
|
||||
security: [{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue