@appsemble/utils
Version:
Utility functions used in Appsemble internally
11 lines • 341 B
JavaScript
export const appSamlSecretId = {
name: 'appSamlSecretId',
in: 'path',
description: 'The ID of the app SAML secret on which to perform an operation',
required: true,
schema: {
type: 'string',
// $ref: '#/components/schemas/AppSamlSecret/properties/id'
},
};
//# sourceMappingURL=appSamlSecretId.js.map