UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

27 lines 865 B
export const pathItems = { parameters: [ { $ref: '#/components/parameters/organizationId' }, { $ref: '#/components/parameters/blockId' }, ], get: { tags: ['common', 'block', 'version'], description: 'Retrieves all available versions of a block.', operationId: 'getBlockVersions', responses: { 200: { description: 'A list of versions of a block.', content: { 'application/json': { schema: { type: 'array', items: { $ref: '#/components/schemas/BlockVersion', }, }, }, }, }, }, }, }; //# sourceMappingURL=versions.js.map