* Revert "revert484e023c0
" This reverts commitc03b70c949
. * also allow pure renote * fix checks for pure renote
This commit is contained in:
parent
ebb687cde4
commit
c8935b32f8
31 changed files with 300 additions and 105 deletions
|
@ -20,7 +20,7 @@ export const paramDef = {
|
|||
type: 'object',
|
||||
properties: {
|
||||
name: { type: 'string', minLength: 1, maxLength: 100 },
|
||||
isPublic: { type: 'boolean' },
|
||||
isPublic: { type: 'boolean', default: false },
|
||||
description: { type: 'string', nullable: true, minLength: 1, maxLength: 2048 },
|
||||
},
|
||||
required: ['name'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue