Files
NowChessSystems/bruno/board/draw/03 Decline Draw.bru
T
Janis 9b5185298e
Build & Test (NowChessSystems) TeamCity build finished
feat: NCS-53 changed IO to MicroService for easier scaling (#37)
Reviewed-on: #37
Reviewed-by: Shahd Lala <shosho996@blackhole.local>
2026-04-21 15:38:58 +02:00

13 lines
161 B
Plaintext

meta {
name: Decline Draw
type: http
seq: 3
}
http {
method: POST
url: {{baseUrl}}/api/board/game/{{gameId}}/draw/decline
body: none
auth: none
}