Closed
Description
After we've created the group / forum for a challenge, we need to update the challenge object to contain a reference back to the forum created:
So you should be able to POST/PUT/PATCH with the challenge object as laid out in this git issue:
topcoder-platform/challenge-api#290
More information on the format is here: topcoder-platform/challenge-api#290 (comment)
From Topcoder:
And you should assume that there can be multiple vanilla forums for whatever reason. So you should loop through all the challenge objects in the array, and if they’re type: challenge, and provider: vanilla, and the url is empty, create that forum.