curl --request POST \
--url http://localhost:3333/v1/training/completions/{videoId}/complete \
--header 'X-API-Key: <api-key>'Marks a specific training video as completed for the authenticated member. Triggers completion email if all training is now done.
curl --request POST \
--url http://localhost:3333/v1/training/completions/{videoId}/complete \
--header 'X-API-Key: <api-key>'Was this page helpful?