Skip to main content
POST
Call the saveReview 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
roundId
string
required
submissionId
string
required
comment
string
recommendation
string
reviewId
string
scoresJson
any

Arbitrary JSON value

Response

The value returned by saveReview

Whatever the function returns