Files
bgApp/API Tests/BGApp/Invites/Accept.yml

30 lines
434 B
YAML

info:
name: Accept
type: http
seq: 2
http:
method: POST
url: "{{BASE_URL}}/{{SECTOR}}/accept"
body:
type: json
data: |-
{
"inviteCode": "{{InviteCode}}",
"password": "{{Password}}
}
auth: inherit
runtime:
variables:
- name: InviteCode
value: ""
- name: Password
value: ""
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5