Challenge Overview
Steps to Reproduce:
- Run
curl https://api.topcoder-dev.com/v5/challenges/\?events\[\]\=tco20 - See error: "{"message":""0" must be a number"}"
Expected:
- Api should return challenges related "TCO20" events.
Problem:
https://github.com/topcoder-platform/challenge-api/blob/develop/src/services/ChallengeService.js#L675
- events validation should be
Joi.array().items(Joi.string())instead of number.