diff --git a/VERSION b/VERSION index 09843e3..0a69206 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.9 +2.0.10 diff --git a/api_endpoints.dev.json b/api_endpoints.dev.json index 3779d96..98b2711 100644 --- a/api_endpoints.dev.json +++ b/api_endpoints.dev.json @@ -217,12 +217,14 @@ "auth": false }, { - "method": "POST", - "endpoint": "/file-upload", - "auth": true, - "groups": [ - "5777527e-ec11-11e8-ab41-0af86edb4424" - ] + "method": "GET", + "endpoint": "/datasets/<*>/latest-revision", + "auth": false + }, + { + "method": "GET", + "endpoint": "/datasets/<*>/revision", + "auth": false } ], "ingest-api.dev.hubmapconsortium.org": [ @@ -285,6 +287,11 @@ "endpoint": "/datasets/<*>/status/<*>", "auth": false }, + { + "method": "GET", + "endpoint": "/datasets/<*>/file-system-abs-path", + "auth": false + }, { "method": "POST", "endpoint": "/datasets/ingest", diff --git a/api_endpoints.localhost.json b/api_endpoints.localhost.json index 806c288..00550b4 100644 --- a/api_endpoints.localhost.json +++ b/api_endpoints.localhost.json @@ -217,12 +217,14 @@ "auth": false }, { - "method": "POST", - "endpoint": "/file-upload", - "auth": true, - "groups": [ - "5777527e-ec11-11e8-ab41-0af86edb4424" - ] + "method": "GET", + "endpoint": "/datasets/<*>/latest-revision", + "auth": false + }, + { + "method": "GET", + "endpoint": "/datasets/<*>/revision", + "auth": false } ], "localhost:8484": [ @@ -285,6 +287,11 @@ "endpoint": "/datasets/<*>/status/<*>", "auth": false }, + { + "method": "GET", + "endpoint": "/datasets/<*>/file-system-abs-path", + "auth": false + }, { "method": "POST", "endpoint": "/datasets/ingest", diff --git a/api_endpoints.prod.json b/api_endpoints.prod.json index 13b2349..08bfc10 100644 --- a/api_endpoints.prod.json +++ b/api_endpoints.prod.json @@ -217,12 +217,14 @@ "auth": false }, { - "method": "POST", - "endpoint": "/file-upload", - "auth": true, - "groups": [ - "5777527e-ec11-11e8-ab41-0af86edb4424" - ] + "method": "GET", + "endpoint": "/datasets/<*>/latest-revision", + "auth": false + }, + { + "method": "GET", + "endpoint": "/datasets/<*>/revision", + "auth": false } ], "ingest.api.hubmapconsortium.org": [ @@ -285,6 +287,11 @@ "endpoint": "/datasets/<*>/status/<*>", "auth": false }, + { + "method": "GET", + "endpoint": "/datasets/<*>/file-system-abs-path", + "auth": false + }, { "method": "POST", "endpoint": "/datasets/ingest", diff --git a/api_endpoints.stage.json b/api_endpoints.stage.json index 4970f4a..f48bb7d 100644 --- a/api_endpoints.stage.json +++ b/api_endpoints.stage.json @@ -217,12 +217,14 @@ "auth": false }, { - "method": "POST", - "endpoint": "/file-upload", - "auth": true, - "groups": [ - "5777527e-ec11-11e8-ab41-0af86edb4424" - ] + "method": "GET", + "endpoint": "/datasets/<*>/latest-revision", + "auth": false + }, + { + "method": "GET", + "endpoint": "/datasets/<*>/revision", + "auth": false } ], "ingest-api.stage.hubmapconsortium.org": [ @@ -285,6 +287,11 @@ "endpoint": "/datasets/<*>/status/<*>", "auth": false }, + { + "method": "GET", + "endpoint": "/datasets/<*>/file-system-abs-path", + "auth": false + }, { "method": "POST", "endpoint": "/datasets/ingest", diff --git a/api_endpoints.test.json b/api_endpoints.test.json index f57ebf1..4870e42 100644 --- a/api_endpoints.test.json +++ b/api_endpoints.test.json @@ -217,12 +217,14 @@ "auth": false }, { - "method": "POST", - "endpoint": "/file-upload", - "auth": true, - "groups": [ - "5777527e-ec11-11e8-ab41-0af86edb4424" - ] + "method": "GET", + "endpoint": "/datasets/<*>/latest-revision", + "auth": false + }, + { + "method": "GET", + "endpoint": "/datasets/<*>/revision", + "auth": false } ], "ingest-api.test.hubmapconsortium.org": [ @@ -285,6 +287,11 @@ "endpoint": "/datasets/<*>/status/<*>", "auth": false }, + { + "method": "GET", + "endpoint": "/datasets/<*>/file-system-abs-path", + "auth": false + }, { "method": "POST", "endpoint": "/datasets/ingest",