Files
bgApp/API Tests/BGApp/Game/Create.yml
2026-02-21 00:34:50 +00:00

22 lines
286 B
YAML

info:
name: Create
type: http
seq: 1
http:
method: POST
url: http://localhost:3000/api/game
body:
type: json
data: |-
{
"name": "Test Game3"
}
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5