wip
This commit is contained in:
parent
11439afde7
commit
10e9d3f32f
3 changed files with 13 additions and 91 deletions
|
@ -7,6 +7,9 @@ import { IApp } from '../../../../models/app';
|
|||
import getParams from '../../get-params';
|
||||
|
||||
export const meta = {
|
||||
desc: {
|
||||
ja: '投稿します。'
|
||||
},
|
||||
params: {
|
||||
visibility: $.str.optional.or(['public', 'home', 'followers', 'specified', 'private']).note({
|
||||
default: 'public',
|
||||
|
@ -78,6 +81,16 @@ export const meta = {
|
|||
ja: 'アンケート'
|
||||
}
|
||||
})
|
||||
},
|
||||
res: {
|
||||
data: {
|
||||
createdNote: {
|
||||
type: 'entity(Note)',
|
||||
desc: {
|
||||
ja: '作成した投稿'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue