UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

25 lines 833 B
export const pathItems = { parameters: [{ $ref: '#/components/parameters/organizationId' }], get: { tags: ['main', 'organization', 'member'], description: 'Get a list of organization members.', operationId: 'getOrganizationMembers', responses: { 200: { description: 'The list of all members.', content: { 'application/json': { schema: { type: 'array', items: { $ref: '#/components/schemas/OrganizationMember', }, }, }, }, }, }, security: [{ studio: [] }], }, }; //# sourceMappingURL=members.js.map