Merge branch 'develop' into schedule-note
This commit is contained in:
commit
31d811f145
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