move bruno collections in own folder
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
info:
|
||||
name: SSO Receipt Insert
|
||||
type: http
|
||||
seq: 2
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{elixFormsApiUrl_Default}}/authentication/sso/receipts"
|
||||
headers:
|
||||
- name: x-requested-with
|
||||
value: XMLHttpRequest
|
||||
auth:
|
||||
type: apikey
|
||||
key: x-api-key
|
||||
value: "{{elixFormsApiAuthToken}}"
|
||||
placement: header
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Reference in New Issue
Block a user