PUT /challenge/{challengeId}
Update a Challenge. The caller must have UPDATE permission on the project associated with the Challenge. It is not permitted to change the project associated with a Challenge.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/challenge/{challengeId}
Resource URL Variables
{challengeId} |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , modify |
HTTP Method | PUT |
Request Object | Challenge (application/json) |
Response Object | Challenge (application/json) |