APIリファレンスのカテゴリ処理の修正 (#6218)

* APIリファレンスのカテゴリ処理の修正

* tune
This commit is contained in:
MeiMei
2020-04-03 22:42:29 +09:00
committed by GitHub
parent a77df249c2
commit 8bb311df51
16 changed files with 19 additions and 13 deletions

View File

@ -8,7 +8,7 @@ import { generateMuteQuery } from '../../common/generate-mute-query';
import { ApiError } from '../../error';
export const meta = {
tags: ['account', 'notes', 'antennas'],
tags: ['antennas', 'account', 'notes'],
requireCredential: true as const,