UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

21 lines 579 B
export const pathItems = { parameters: [ { $ref: '#/components/parameters/appId' }, { $ref: '#/components/parameters/appSamlSecretId' }, ], get: { tags: ['main', 'app', 'saml'], operationId: 'getAppSamlEntityId', responses: { 200: { description: 'Get the SAML entity ID metadata', content: { 'application/xml': { schema: {}, }, }, }, }, }, }; //# sourceMappingURL=metadata.js.map