UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

31 lines 994 B
export const pathItems = { get: { tags: ['main', 'app-collection'], description: 'Get an app collection’s expert’s profile image', operationId: 'getAppCollectionExpertProfileImage', parameters: [ { name: 'appCollectionId', in: 'path', description: 'The id of the app collection', required: true, schema: { $ref: '#/components/schemas/AppCollection/properties/id', }, }, ], responses: { 200: { description: 'The app collection’s expert’s profile image', content: { 'image/png': {}, 'image/jpeg': {}, 'image/tiff': {}, 'image/webp': {}, }, }, }, security: [{ studio: [] }, {}], }, }; //# sourceMappingURL=profileImage.js.map