Skip to main content
PUT
Update quiz 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
emailRequired
boolean
nameRequired
boolean
showCorrectAnswer
boolean
showFinalReport
boolean
shuffleQuestions
boolean
shuffleChoices
boolean
showFlashcards
boolean
showSummary
boolean
bgImageId
integer
logoUrl
string | null
showBranding
boolean

Response

Settings updated successfully

status
enum<string>
Available options:
success
message
string
Example:

"Settings updated successfully"

data
object