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
|
||||
|
||||
Reference in New Issue
Block a user