diff --git a/website/server/controllers/api-v3/challenges.js b/website/server/controllers/api-v3/challenges.js index c5373a5467..6aeab02241 100644 --- a/website/server/controllers/api-v3/challenges.js +++ b/website/server/controllers/api-v3/challenges.js @@ -659,7 +659,7 @@ api.exportChallengeCsv = { }; /** - * @api {put} /api/v3/challenges/:challengeId Update the name, description, or leader of a challenge + * @api {put} /api/v3/challenges/:challengeId Update a challenge's name, description, or summary * * @apiName UpdateChallenge * @apiGroup Challenge @@ -668,7 +668,6 @@ api.exportChallengeCsv = { * @apiParam (Body) {String} [challenge.name] The new full name of the challenge. * @apiParam (Body) {String} [challenge.summary] The new challenge summary. * @apiParam (Body) {String} [challenge.description] The new challenge description. - * @apiParam (Body) {String} [challenge.leader] The UUID of the new challenge leader. * * @apiSuccess {Object} data The updated challenge * @apiPermission ChallengeLeader