Files
siren/bruno/dice/Track.bru

18 lines
166 B
Plaintext

meta {
name: Track
type: http
seq: 1
}
post {
url: {{baseUrl}}/dice/{{server}}/track
body: json
auth: inherit
}
body:json {
{
"dice": "1d6"
}
}