This commit is contained in:
tamaina 2023-05-15 08:45:38 +00:00
parent 15ef1a082d
commit 49dc995f1e
1 changed files with 4 additions and 1 deletions

View File

@ -133,7 +133,7 @@ export const endpoints = {
required: ['username', 'password'], required: ['username', 'password'],
}, },
res: { res: {
$ref: '/schemas/User', $ref: 'https://misskey-hub.net/api/schemas/User',
properties: { properties: {
token: { token: {
type: 'string', type: 'string',
@ -226,6 +226,9 @@ export const endpoints = {
}, },
res: { res: {
type: 'array', type: 'array',
items: {
$ref: 'https://misskey-hub.net/api/schemas/Ad',
},
}, },
}], }],
}, },