UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

17 lines 453 B
export const pathItems = { parameters: [ { $ref: '#/components/parameters/appId' }, { $ref: '#/components/parameters/readmeId' }, ], get: { tags: ['main', 'app', 'readme'], description: 'Get a readme of an app.', operationId: 'getAppReadme', responses: { 200: { description: 'The app readme', }, }, }, }; //# sourceMappingURL=readmeId.js.map