Skip to content

Commit

Permalink
Merge pull request #82 from gdcc/develop
Browse files Browse the repository at this point in the history
Need md url for separate page even though it doesn't show
  • Loading branch information
qqmyers authored Aug 13, 2024
2 parents 32a4c24 + 47adf4b commit a2120cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 6.1curlcommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -1784,6 +1784,12 @@ curl -X POST -H 'Content-type: application/json' http://localhost:8080/api/admin
"httpMethod": "GET",
"urlTemplate": "/api/v1/access/datafile/{fileId}?gbrecs=true",
"timeOut": 3600
},
{
"name": "getDatasetVersionMetadata",
"httpMethod": "GET",
"urlTemplate": "/api/v1/datasets/{datasetId}/versions/{datasetVersion}",
"timeOut": 3600
}
]
}'
Expand Down

0 comments on commit a2120cf

Please sign in to comment.