9b5185298e
Build & Test (NowChessSystems) TeamCity build finished
Reviewed-on: #37 Reviewed-by: Shahd Lala <shosho996@blackhole.local>
13 lines
161 B
Plaintext
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
|
|
}
|