{ summary: '', description: '', tags: [ 'admin', ], requireCredential: true, req: { type: 'object', properties: { inbox: { type: 'string', }, }, required: [ 'inbox', ], }, res: {}, errors: {}, }