Files
NowChessSystems/bruno/board/move/04 Redo Move.bru
T
Janis 9cb14e26e1
Build & Test (NowChessSystems) TeamCity build failed
feat: NCS-53 changed IO to MicroService for easier scaling
2026-04-21 14:15:44 +02:00

13 lines
150 B
Plaintext

meta {
name: Redo Move
type: http
seq: 4
}
http {
method: POST
url: {{baseUrl}}/api/board/game/{{gameId}}/redo
body: none
auth: none
}