Closed lorenzschreyer closed 1 year ago
@Marcodaum For example the API-Call get Challenges
returns a List of challenges with id
, challengeHeading
, challengeText
.
in Wiki its described to return a List of challenges with challengeId
, challengeHeading
, challengeText
.
Oof. So it's just about changing the parameter challengeId
to id
? At getChallenges, it returns challengeId
and not id
@Marcodaum yes
can you give me an example? I am not sure what you mean...