@appsemble/utils
Version:
Utility functions used in Appsemble internally
20 lines • 641 B
JavaScript
export const pathItems = {
parameters: [{ $ref: '#/components/parameters/appId' }],
get: {
tags: ['common', 'app', 'asset'],
description: 'Check if an app has clonable assets.',
operationId: 'checkAppClonableAssets',
responses: {
200: {
description: 'Whether the app has clonable assets.',
content: {
'application/json': {
schema: { type: 'boolean' },
},
},
},
},
security: [{ studio: [] }, {}],
},
};
//# sourceMappingURL=clonable-assets.js.map