mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 04:33:50 +01:00
wip
This commit is contained in:
parent
4c972189cb
commit
11e368092e
@ -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