fix(backend): make token nullable (#12280)
This commit is contained in:
		| @@ -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'] }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 zyoshoka
					zyoshoka