Merge remote-tracking branch 'origin/schedule-note' into schedule-note

This commit is contained in:
mattyatea 2023-11-09 18:37:09 +09:00
commit 8a735c23e7
No known key found for this signature in database
GPG key ID: 068E54E2C33BEF9A
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'] },