@appsemble/utils
Version:
Utility functions used in Appsemble internally
14 lines • 418 B
JavaScript
export const pathItems = {
parameters: [{ $ref: '#/components/parameters/organizationId' }],
get: {
tags: ['organization'],
description: 'Get the organization icon.',
operationId: 'getOrganizationIcon',
responses: {
200: {
description: 'The icon that represents the organization.',
},
},
},
};
//# sourceMappingURL=icon.js.map