We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc26d59 commit 2e87fd9Copy full SHA for 2e87fd9
api/desaccess.openapi.yaml
@@ -24,12 +24,11 @@ paths:
24
DES account credentials and target database
25
Example (cURL):
26
27
- curl \
28
- -X POST \
29
- -H "Accept: application/json" \
30
- -d '{"username": "jsmith", "password": "***", "database": "desdr"}' \
31
- https://des.ncsa.illinois.edu/desaccess/api/login
32
-
+ curl -X POST -H "Accept: application/json" \
+ -d 'username=********' \
+ -d 'password=********' \
+ -d 'database=desdr' \
+ https://des.ncsa.illinois.edu/desaccess/api/login
33
34
content:
35
application/json:
@@ -444,4 +443,4 @@ components:
444
443
cutout_summary:
445
type: object
446
description: Object with input and processed job options and the detailed output for each cutout
447
- example: {}
+ example: {}
0 commit comments