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