Merge branch 'develop' into schedule-note

This commit is contained in:
かっこかり 2023-11-09 17:43:46 +09:00 committed by GitHub
commit 31d811f145
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 49 additions and 16 deletions

View file

@ -18,7 +18,7 @@ export const paramDef = {
type: 'object',
properties: {
tokenId: { type: 'string', format: 'misskey:id' },
token: { type: 'string' },
token: { type: 'string', nullable: true },
},
anyOf: [
{ required: ['tokenId'] },