Tidied up Bruno files.
This commit is contained in:
@@ -5,16 +5,23 @@ info:
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: http://localhost:3000/api/invite/accept
|
||||
url: "{{BASE_URL}}/api/invite/accept"
|
||||
body:
|
||||
type: json
|
||||
data: |-
|
||||
{
|
||||
"inviteCode": "3ST6N8",
|
||||
"password": "test123"
|
||||
"inviteCode": "{{InviteCode}}",
|
||||
"password": "{{Password}}
|
||||
}
|
||||
auth: inherit
|
||||
|
||||
runtime:
|
||||
variables:
|
||||
- name: InviteCode
|
||||
value: ""
|
||||
- name: Password
|
||||
value: ""
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
|
||||
@@ -5,16 +5,23 @@ info:
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: http://localhost:3000/api/invite
|
||||
url: "{{BASE_URL}}/api/invite"
|
||||
body:
|
||||
type: json
|
||||
data: |-
|
||||
{
|
||||
"email": "james+test2@dardry.com",
|
||||
"playerId": "boja"
|
||||
"email": "{{Email}}",
|
||||
"playerId": "{{PlayerID}}"
|
||||
}
|
||||
auth: inherit
|
||||
|
||||
runtime:
|
||||
variables:
|
||||
- name: Email
|
||||
value: ""
|
||||
- name: PlayerID
|
||||
value: ""
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
info:
|
||||
name: Invites
|
||||
type: folder
|
||||
seq: 5
|
||||
seq: 1
|
||||
|
||||
request:
|
||||
auth: inherit
|
||||
|
||||
Reference in New Issue
Block a user