feat: increase max images of gallery
Signed-off-by: 아르페 <ore@nrma.cc>
This commit is contained in:
parent
3a98271802
commit
219ddedae3
@ -43,7 +43,7 @@ export const paramDef = {
|
||||
postId: { type: 'string', format: 'misskey:id' },
|
||||
title: { type: 'string', minLength: 1 },
|
||||
description: { type: 'string', nullable: true },
|
||||
fileIds: { type: 'array', uniqueItems: true, minItems: 1, maxItems: 32, items: {
|
||||
fileIds: { type: 'array', uniqueItems: true, minItems: 1, maxItems: 128, items: {
|
||||
type: 'string', format: 'misskey:id',
|
||||
} },
|
||||
isSensitive: { type: 'boolean', default: false },
|
||||
|
Loading…
Reference in New Issue
Block a user