UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

12 lines 431 B
export const pathItems = { get: { tags: ['main', 'user'], description: 'Get a list of active and verified users subscribed to the appsemble newsletter', operationId: 'getSubscribedUsers', responses: { 200: { description: 'List of subscribed users' }, 401: { description: 'Invalid or missing admin API secret' }, }, }, }; //# sourceMappingURL=subscribed.js.map