Fix
This commit is contained in:
parent
168d13d6e6
commit
b5625a4550
@ -7,12 +7,12 @@ import { ILocalUser } from '../../../../models/user';
|
|||||||
import getParams from '../../get-params';
|
import getParams from '../../get-params';
|
||||||
|
|
||||||
export const meta = {
|
export const meta = {
|
||||||
name: 'notes/timeline',
|
|
||||||
|
|
||||||
desc: {
|
desc: {
|
||||||
ja: 'タイムラインを取得します。'
|
ja: 'タイムラインを取得します。'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
requireCredential: true,
|
||||||
|
|
||||||
params: {
|
params: {
|
||||||
limit: $.num.optional.range(1, 100).note({
|
limit: $.num.optional.range(1, 100).note({
|
||||||
default: 10,
|
default: 10,
|
||||||
|
Loading…
Reference in New Issue
Block a user