Open
Description
The v5 used to allow changing the legacy.track
or the typeId
of a Challenge
but V4 doesn't allow that.
Thought, the V4 API does not return the challenge track in the response of the /challenges/:id
endpoint thus we moved that check to the V5 API
challenge-api/src/services/ChallengeService.js
Lines 701 to 707 in 5cfde35