avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-game-service
/
io.github.lishangbu.avalon.game.controller
/
GameBattleController
/
submitReplacementChoice
submit
Replacement
Choice
@
PostMapping
(
value
=
[
"/sessions/{sessionId}/replacement"
]
)
fun
submitReplacementChoice
(
@
PathVariable
sessionId
:
String
,
@
RequestBody
request
:
SubmitReplacementChoiceRequest
)
:
GameBattleSessionView
提交替补上场。