PUT /challenge/{challengeId}/challengeTeam/{challengeTeamId}
Update a Challenge Team. You must be a member of the Challenge's participant Team (i.e. you must be already registered for the Challenge) and be an administrator on the associated Team.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/challenge/{challengeId}/challengeTeam/{challengeTeamId}
Resource URL Variables
{challengeId} | |
{challengeTeamId} |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , modify |
HTTP Method | PUT |
Request Object | ChallengeTeam (application/json) |
Response Object | ChallengeTeam (application/json) |