diff --git a/6.1curlcommands.md b/6.1curlcommands.md index 29c7e18..11eb4d2 100644 --- a/6.1curlcommands.md +++ b/6.1curlcommands.md @@ -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 } ] }'