From 69d79fde70d445b2cc6d4c1b67d13652430fd272 Mon Sep 17 00:00:00 2001 From: DerekFurstPitt Date: Mon, 23 Sep 2024 16:33:56 -0400 Subject: [PATCH] added collections/<*>/register-doi endpoint --- api_endpoints.dev.json | 8 ++++++++ api_endpoints.prod.json | 8 ++++++++ api_endpoints.test.json | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/api_endpoints.dev.json b/api_endpoints.dev.json index 36e8776..c07aa6a 100644 --- a/api_endpoints.dev.json +++ b/api_endpoints.dev.json @@ -137,6 +137,14 @@ "89a69625-99d7-11ea-9366-0e98982705c1" ] }, + { + "method": "PUT", + "endpoint": "/collections/<*>/register-doi", + "auth": true, + "groups": [ + "89a69625-99d7-11ea-9366-0e98982705c1" + ] + }, { "method": "PUT", "endpoint": "/datasets/bulk/submit", diff --git a/api_endpoints.prod.json b/api_endpoints.prod.json index aaafed1..469257c 100644 --- a/api_endpoints.prod.json +++ b/api_endpoints.prod.json @@ -137,6 +137,14 @@ "89a69625-99d7-11ea-9366-0e98982705c1" ] }, + { + "method": "PUT", + "endpoint": "/collections/<*>/register-doi", + "auth": true, + "groups": [ + "89a69625-99d7-11ea-9366-0e98982705c1" + ] + }, { "method": "PUT", "endpoint": "/datasets/bulk/submit", diff --git a/api_endpoints.test.json b/api_endpoints.test.json index 1ecf3f3..a392703 100644 --- a/api_endpoints.test.json +++ b/api_endpoints.test.json @@ -137,6 +137,14 @@ "89a69625-99d7-11ea-9366-0e98982705c1" ] }, + { + "method": "PUT", + "endpoint": "/collections/<*>/register-doi", + "auth": true, + "groups": [ + "89a69625-99d7-11ea-9366-0e98982705c1" + ] + }, { "method": "PUT", "endpoint": "/datasets/bulk/submit",