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

23 lines
330 B
YAML

info:
name: Accept
type: http
seq: 2
http:
method: POST
url: http://localhost:3000/api/invite/accept
body:
type: json
data: |-
{
"inviteCode": "3ST6N8",
"password": "test123"
}
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5