Skip to main content
POST
Call the saveReviewRound mutation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
eventId
string
required
name
string
required
roundNumber
integer
required
status
string
required
anonymized
boolean
closesAt
string
criteriaJson
any

Arbitrary JSON value

opensAt
string
revealPeerReviews
boolean
roundId
string

Response

The value returned by saveReviewRound

Whatever the function returns