@appsemble/utils
Version:
Utility functions used in Appsemble internally
21 lines • 683 B
JavaScript
export const pathItems = {
parameters: [{ $ref: '#/components/parameters/language' }],
get: {
tags: ['main', 'translation'],
description: 'Get the Appsemble messages for this language.',
operationId: 'getStudioMessages',
responses: {
200: {
description: 'The app messages for the selected language.',
content: {
'application/json': {
schema: {
$ref: '#/components/schemas/AppMessages',
},
},
},
},
},
},
};
//# sourceMappingURL=language.js.map