UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

26 lines 772 B
export const pathItems = { parameters: [{ $ref: '#/components/parameters/organizationId' }], post: { tags: ['main', 'app'], description: 'Import an app from a zip file', operationId: 'importApp', requestBody: { content: { 'application/zip': { schema: { type: 'string', format: 'binary', }, }, }, }, responses: { 200: { description: 'App imported successfully', $ref: '#/components/responses/app', }, }, security: [{ studio: [] }, { cli: ['apps:write'] }], }, }; //# sourceMappingURL=import.js.map