@appsemble/utils
Version:
Utility functions used in Appsemble internally
18 lines • 550 B
JavaScript
export const pathItems = {
parameters: [
{ $ref: '#/components/parameters/organizationId' },
{ $ref: '#/components/parameters/blockId' },
],
get: {
tags: ['common', 'block'],
description: 'Get a single block',
operationId: 'getBlock',
responses: {
200: {
description: 'The latest version of the block that matches the given id.',
$ref: '#/components/responses/blockVersion',
},
},
},
};
//# sourceMappingURL=blockId.js.map