Merge remote-tracking branch 'origin/schedule-note' into schedule-note
This commit is contained in:
commit
8a735c23e7
7 changed files with 49 additions and 16 deletions
|
|
@ -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'] },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue