From aaf2be060e24832542640c942748e31c0b71b89a Mon Sep 17 00:00:00 2001 From: DerekFurstPitt Date: Wed, 18 Oct 2023 14:44:42 -0400 Subject: [PATCH] Added datasets/components to the gateway --- api_endpoints.dev.json | 8 ++++++++ api_endpoints.prod.json | 8 ++++++++ api_endpoints.stage.json | 8 ++++++++ api_endpoints.test.json | 8 ++++++++ 4 files changed, 32 insertions(+) diff --git a/api_endpoints.dev.json b/api_endpoints.dev.json index 0c73334..afef634 100644 --- a/api_endpoints.dev.json +++ b/api_endpoints.dev.json @@ -494,6 +494,14 @@ "method": "GET", "endpoint": "/data-ingest-board-logout", "auth": false + }, + { + "method": "POST", + "endpoint": "/datasets/components", + "auth": true, + "groups": [ + "5777527e-ec11-11e8-ab41-0af86edb4424" + ] } ], "avr.dev.hubmapconsortium.org": [ diff --git a/api_endpoints.prod.json b/api_endpoints.prod.json index 5a3bcb1..b2cf04c 100644 --- a/api_endpoints.prod.json +++ b/api_endpoints.prod.json @@ -494,6 +494,14 @@ "method": "GET", "endpoint": "/data-ingest-board-logout", "auth": false + }, + { + "method": "POST", + "endpoint": "/datasets/components", + "auth": true, + "groups": [ + "5777527e-ec11-11e8-ab41-0af86edb4424" + ] } ], "avr.hubmapconsortium.org": [ diff --git a/api_endpoints.stage.json b/api_endpoints.stage.json index b9879c1..c90f68e 100644 --- a/api_endpoints.stage.json +++ b/api_endpoints.stage.json @@ -234,6 +234,14 @@ "endpoint": "/data-ingest-board-logout", "auth": false }, + { + "method": "POST", + "endpoint": "/datasets/components", + "auth": true, + "groups": [ + "5777527e-ec11-11e8-ab41-0af86edb4424" + ] + }, { "method": "POST", "endpoint": "/file-upload", diff --git a/api_endpoints.test.json b/api_endpoints.test.json index 6010891..55ab959 100644 --- a/api_endpoints.test.json +++ b/api_endpoints.test.json @@ -234,6 +234,14 @@ "endpoint": "/data-ingest-board-logout", "auth": false }, + { + "method": "POST", + "endpoint": "/datasets/components", + "auth": true, + "groups": [ + "5777527e-ec11-11e8-ab41-0af86edb4424" + ] + }, { "method": "POST", "endpoint": "/file-upload",