@appsemble/utils
Version:
Utility functions used in Appsemble internally
21 lines • 698 B
JavaScript
export const pathItems = {
post: {
tags: ['main', 'emails'],
description: 'Webhook for delivering response on undelivered emails.',
parameters: [
{
name: 'secret',
schema: { type: 'string' },
description: 'Secret used to authenticate incoming Postal webhooks.',
in: 'query',
},
],
operationId: 'undeliveredEmails',
responses: {
200: {
description: 'Response sent to Postal, should be 200 OK if we receive the webhook, regardless of our internals.',
},
},
},
};
//# sourceMappingURL=undeliveredEmails.js.map