UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

15 lines 541 B
export const pathItems = { parameters: [{ $ref: '#/components/parameters/appId' }], post: { tags: ['app', 'auth', 'email'], description: 'Resend the verification code for a registered email.', operationId: 'resendAppMemberEmailVerification', responses: { 204: { description: 'The verification email was sent if an account was found in the database.', }, }, security: [{ app: ['email'] }], }, }; //# sourceMappingURL=resendVerification.js.map