mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
Adds right curl flag in example
The curl flag `-U` is used for: > Specify the user name and password to use for proxy authentication. This curl flag `-u` is used for: > Specify the user name and password to use for server authentication. This change adds the correct curl flag for using basic authentication.
This commit is contained in:
@@ -12,7 +12,7 @@ info:
|
||||
|
||||
```
|
||||
curl
|
||||
-U "ws@Company.YourCompany":"YourWsPassword" \
|
||||
-u "ws@Company.YourCompany":"YourWsPassword" \
|
||||
-H "Content-Type: application/json" \
|
||||
...
|
||||
```
|
||||
|
||||
@@ -12,7 +12,7 @@ info:
|
||||
|
||||
```
|
||||
curl
|
||||
-U "ws@Company.YourCompany":"YourWsPassword" \
|
||||
-u "ws@Company.YourCompany":"YourWsPassword" \
|
||||
-H "Content-Type: application/json" \
|
||||
...
|
||||
```
|
||||
|
||||
@@ -13,7 +13,7 @@ info:
|
||||
|
||||
```
|
||||
curl
|
||||
-U "ws@Company.YourCompany":"YourWsPassword" \
|
||||
-u "ws@Company.YourCompany":"YourWsPassword" \
|
||||
-H "Content-Type: application/json" \
|
||||
...
|
||||
```
|
||||
|
||||
@@ -13,7 +13,7 @@ info:
|
||||
|
||||
```
|
||||
curl
|
||||
-U "ws@Company.YourCompany":"YourWsPassword" \
|
||||
-u "ws@Company.YourCompany":"YourWsPassword" \
|
||||
-H "Content-Type: application/json" \
|
||||
...
|
||||
```
|
||||
|
||||
@@ -13,7 +13,7 @@ info:
|
||||
|
||||
```
|
||||
curl
|
||||
-U "ws@Company.YourCompany":"YourWsPassword" \
|
||||
-u "ws@Company.YourCompany":"YourWsPassword" \
|
||||
-H "Content-Type: application/json" \
|
||||
...
|
||||
```
|
||||
|
||||
@@ -13,7 +13,7 @@ info:
|
||||
|
||||
```
|
||||
curl
|
||||
-U "ws@Company.YourCompany":"YourWsPassword" \
|
||||
-u "ws@Company.YourCompany":"YourWsPassword" \
|
||||
-H "Content-Type: application/json" \
|
||||
...
|
||||
```
|
||||
|
||||
@@ -14,7 +14,7 @@ info:
|
||||
|
||||
```
|
||||
curl
|
||||
-U "ws@Company.YourCompany":"YourWsPassword" \
|
||||
-u "ws@Company.YourCompany":"YourWsPassword" \
|
||||
-H "Content-Type: application/json" \
|
||||
...
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user