@appsemble/utils
Version:
Utility functions used in Appsemble internally
18 lines • 564 B
JavaScript
export const pathItems = {
parameters: [
{ $ref: '#/components/parameters/appId' },
{ $ref: '#/components/parameters/assetId' },
],
get: {
tags: ['main', 'app', 'asset'],
description: 'Download the original asset binary.',
operationId: 'getOriginalAppAsset',
responses: {
200: {
description: 'The original asset that matches the given id.',
},
},
security: [{ studio: [] }, { cli: ['assets:write'] }],
},
};
//# sourceMappingURL=download.js.map