ampcc / coding-challenge

Other
3 stars 2 forks source link

"challengeId" in Wiki is different to "id" in Code #343

Closed lorenzschreyer closed 1 year ago

Marcodaum commented 1 year ago

can you give me an example? I am not sure what you mean...

lorenzschreyer commented 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.

Marcodaum commented 1 year ago

Oof. So it's just about changing the parameter challengeId to id? At getChallenges, it returns challengeId and not id

lorenzschreyer commented 1 year ago

@Marcodaum yes