mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
test api docs
This commit is contained in:
parent
e06bbd3600
commit
7363454810
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ import define from '../define.js';
|
|||
|
||||
export const meta = {
|
||||
tags: ['meta'],
|
||||
summary: 'Get list of Calckey patrons from Codeberg',
|
||||
|
||||
requireCredential: false,
|
||||
requireCredentialPrivateMode: false,
|
||||
|
|
|
@ -9,7 +9,7 @@ export function genOpenapiSpec() {
|
|||
|
||||
info: {
|
||||
version: 'v1',
|
||||
title: 'Misskey API',
|
||||
title: 'Calckey API',
|
||||
'x-logo': { url: '/static-assets/api-doc.png' },
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue