Files
bgApp/API Tests/BGApp/Game/Create.yml
2026-02-21 17:56:28 +00:00

27 lines
333 B
YAML

info:
name: Create
type: http
seq: 1
http:
method: POST
url: "{{BASE_URL}}/api/game"
body:
type: json
data: |-
{
"name": "{{Name}}"
}
auth: inherit
runtime:
variables:
- name: Name
value: ""
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5