17 lines
187 B
Plaintext
17 lines
187 B
Plaintext
meta {
|
|
name: Draw decline
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/api/board/game/{{gameId}}/draw/decline
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
headers {
|
|
Accept: application/json
|
|
}
|
|
|