From 47adf4b76fa1a66c566ae6c047220bad42a33257 Mon Sep 17 00:00:00 2001 From: qqmyers Date: Tue, 13 Aug 2024 12:50:07 -0400 Subject: [PATCH] need md url for separate page even though it doesn't show --- 6.1curlcommands.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 } ] }'