Files
NowChessSystems/bruno/board/draw/02 Accept Draw.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
159 B
Plaintext

meta {
name: Accept Draw
type: http
seq: 2
}
http {
method: POST
url: {{baseUrl}}/api/board/game/{{gameId}}/draw/accept
body: none
auth: none
}