Skip to main content
POST
Publish the result of an exam

Authorizations

Authorization
string
header
required

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

Path Parameters

examId
string
required

Body

application/json

Request body for final publish operation.

entity
string
required

The entity to be published either as a pre-publish or final-publish.

Example:

"final-publish"

Response

Success

message
string
Example:

"Successfully {{entity}} result"