Improve doc

This commit is contained in:
syuilo
2019-02-26 14:21:28 +09:00
parent 61ac024127
commit 077bdbfdef
4 changed files with 60 additions and 2 deletions

View File

@ -36,7 +36,14 @@ export const meta = {
default: null as any,
transform: transform,
}
}
},
res: {
type: 'array',
items: {
type: 'DriveFolder',
},
},
};
export default define(meta, async (ps, user) => {

View File

@ -23,7 +23,14 @@ export const meta = {
'ja-JP': 'フォルダID'
}
},
}
},
res: {
type: 'array',
items: {
type: 'DriveFolder',
},
},
};
export default define(meta, async (ps, user) => {

View File

@ -29,6 +29,10 @@ export const meta = {
}
},
res: {
type: 'DriveFolder',
},
errors: {
noSuchFolder: {
message: 'No such folder.',