Files
NowChessSystems/bruno/core/game/18 Decline Takeback.bru
T
2026-04-30 18:56:54 +02:00

16 lines
200 B
Plaintext

meta {
name: Decline Takeback
type: http
seq: 18
}
http {
method: POST
url: {{baseUrl}}/board/game/{{gameId}}/takeback/decline
auth: none
}
headers {
Authorization: Bearer {{token}}
}