Placeholder while updating query
This commit is contained in:
17
bruno/dice/Track.bru
Normal file
17
bruno/dice/Track.bru
Normal file
@@ -0,0 +1,17 @@
|
||||
meta {
|
||||
name: Track
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/dice/{{server}}/track
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"dice": "1d4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user