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