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

30 lines
413 B
YAML

info:
name: Create
type: http
seq: 5
http:
method: POST
url: "{{BASE_URL}}/api/invite"
body:
type: json
data: |-
{
"email": "{{Email}}",
"playerId": "{{PlayerID}}"
}
auth: inherit
runtime:
variables:
- name: Email
value: ""
- name: PlayerID
value: ""
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5