Thomas Kranitsas
Thomas Kranitsas
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...
Since we now support challenges with only `{ status: 'New', name, projectId }`, it would be a good idea to have a way to delete a challenge so we don't...
Currently, `PUT /challenges/:id` fires an event where the payload is the full challenge object while `PATCH` only includes the updated properties. In order to get the legacy challenge processor to...
@rootelement what should happen in the following case: - Copilot creates a challenge with either no groups or with, let's say, `Group1` - A few members who have access to...