UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

18 lines 614 B
export const pathItems = { post: { description: 'Sets the status of this training to "completed" for this user', operationId: 'completeTraining', parameters: [ { in: 'path', name: 'trainingId', schema: { type: 'string' }, required: true, description: 'The ID of the training to complete', }, ], responses: { 201: { description: 'Training successfully set to "completed"' } }, security: [{ studio: [] }], }, }; //# sourceMappingURL=completeTraining.js.map