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

23 lines
331 B
YAML

info:
name: Create
type: http
seq: 5
http:
method: POST
url: http://localhost:3000/api/invite
body:
type: json
data: |-
{
"email": "james+test2@dardry.com",
"playerId": "boja"
}
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5