spec(api): 一部APIをGETに対応・認証情報をヘッダーに (MisskeyIO#837)
This commit is contained in:
parent
58513c1b81
commit
3362c464c5
11 changed files with 155 additions and 26 deletions
|
@ -11,6 +11,8 @@ export const meta = {
|
|||
tags: ['meta'],
|
||||
|
||||
requireCredential: false,
|
||||
allowGet: true,
|
||||
cacheSec: 60,
|
||||
|
||||
res: {
|
||||
type: 'object',
|
||||
|
|
|
@ -12,6 +12,8 @@ import UsersChart from '@/core/chart/charts/users.js';
|
|||
|
||||
export const meta = {
|
||||
requireCredential: false,
|
||||
allowGet: true,
|
||||
cacheSec: 60,
|
||||
|
||||
tags: ['meta'],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue