PUT
/
quiz
/
{quizId}
/
settings

Authorizations

Authorization
string
header
required

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

Path Parameters

quizId
string
required

The ID of the quiz

Body

application/json
bgImageId
integer
emailRequired
boolean
logoUrl
string | null
nameRequired
boolean
showBranding
boolean
showCorrectAnswer
boolean
showFinalReport
boolean
showFlashcards
boolean
showSummary
boolean
shuffleChoices
boolean
shuffleQuestions
boolean

Response

200 - application/json
data
object
message
string
status
enum<string>
Available options:
success