@appsemble/utils
Version:
Utility functions used in Appsemble internally
22 lines • 671 B
JavaScript
export const pathItems = {
parameters: [{ $ref: '#/components/parameters/appId' }],
get: {
tags: ['main', 'app', 'scim'],
security: [{ scim: [] }],
operationId: 'getAppScimServiceProviderConfig',
responses: {
200: {
description: 'SCIM user',
content: {
'application/scim+json': {
schema: {
// XXX
// $ref: '#/components/schemas/ScimUser',
},
},
},
},
},
},
};
//# sourceMappingURL=service-provider-config.js.map