Submit a swipe answer for an assignment
POST/game/swipe
Records the user's left/right answer for a template assignment. Returns correct: true on a correct answer, or correct: false plus the localized feedback template payload on an incorrect answer. Blocked while the game is paused or no active wave exists.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 500
Swipe recorded
Missing/invalid input or no active wave
Unauthorized
Assignment does not belong to user / wave
Assignment not found
Game is paused
Server error