@appsemble/utils
Version:
Utility functions used in Appsemble internally
20 lines • 578 B
JavaScript
export const pathItems = {
get: {
tags: ['main'],
description: 'Check whether or not the API is healthy',
operationId: 'checkHealth',
responses: {
200: {
description: 'An indication the server is healthy.',
content: {
'application/json': {
schema: {
$ref: '#/components/schemas/Health',
},
},
},
},
},
},
};
//# sourceMappingURL=health.js.map