Skip to content

Challenge Manager Updates

James Cori edited this page Aug 1, 2020 · 4 revisions
  1. GET /challenge-tracks?isActive=true
  2. GET /challenge-types?isActive=true

Create a challenge now looks like this:

{
  "typeId": "uuid",
  "trackId": "uuid",
  "status": "New",
  "timelineTemplateId": "",
  "phases": []
}
Clone this wiki locally