@appsemble/utils
Version:
Utility functions used in Appsemble internally
23 lines • 772 B
JavaScript
export const pathItems = {
get: {
tags: ['main', 'organizationSubscription'],
description: 'Fetch the list of organizationSubscriptions.',
operationId: 'getOrganizationSubscriptions',
responses: {
200: {
description: 'The list of of organizationSubscriptions',
content: {
'application/json': {
schema: {
type: 'array',
items: {
$ref: '#/components/schemas/Subscription',
},
},
},
},
},
},
},
};
//# sourceMappingURL=organizationSubscriptions.js.map