UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

8 lines 294 B
export const organizationId = { name: 'organizationId', required: true, in: 'path', description: 'The ID of the organization on which to perform an operation', schema: { $ref: '#/components/schemas/Organization/properties/id' }, }; //# sourceMappingURL=organizationId.js.map