The Open API specification for Synapse is now available for download!

Download Open API Spec

POST /evaluation/{evalId}/round

Creates a new EvaluationRound to associate with a Evaluation. You must have UPDATE permissions for the associated Evaluation in order to create 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

Resource URL Variables
{evalId}
Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method POST
Request Object EvaluationRound
(application/json)
Response Object EvaluationRound
(application/json)