mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
wip
This commit is contained in:
parent
10e9d3f32f
commit
fcfd9239c1
@ -10,6 +10,7 @@ export const meta = {
|
||||
desc: {
|
||||
ja: '投稿します。'
|
||||
},
|
||||
|
||||
params: {
|
||||
visibility: $.str.optional.or(['public', 'home', 'followers', 'specified', 'private']).note({
|
||||
default: 'public',
|
||||
@ -82,8 +83,10 @@ export const meta = {
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
res: {
|
||||
data: {
|
||||
type: 'object',
|
||||
object: {
|
||||
createdNote: {
|
||||
type: 'entity(Note)',
|
||||
desc: {
|
||||
|
Loading…
Reference in New Issue
Block a user