PUT /evaluation/{evalId}/round/{roundId}
Update an existing EvaluationRound to associate with a Evaluation. You must have UPDATE permissions for the associated Evaluation in order to update an EvaluationRound. This is a replacement for the deprecated SubmissionQuota which is a property inside of Evaluation. EvaluationRounds define a fixed time period during which submissions to an Evaluation queue are accepted. Limits to the number of allowed submissions may be defined inside a EvaluationRound.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/evaluation/{evalId}/round/{roundId}
Resource URL Variables
{evalId} | |
{roundId} |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , modify |
HTTP Method | PUT |
Request Object | EvaluationRound (application/json) |
Response Object | EvaluationRound (application/json) |