Skip to Content
API ReferenceTestPOST /complete

POST /test/complete

Complete Test

Request Body (TestCompletePayload)

FieldTypeRequiredDescription
test_idstringYesUUID of the test
idempotency_keystringNoIdempotency key — replays the prior call; on the ack, the server-minted soft key to activate/reject the staged completion
softbooleanNoStage the completion dormant (all completion rows active=False); accept activates the whole set
acceptbooleanNoAck: True activates the staged completion, False rejects. Only meaningful with idempotency_key

Response (TestCompleteInternalResult)

FieldTypeRequiredDescription
test_idstringYes
successbooleanNo
completed_countintegerNo
idempotency_keystringNo
Last updated on