From 122457bdb3682a101cc228eaf718df79d94cadce Mon Sep 17 00:00:00 2001 From: yuanzhou Date: Mon, 17 Apr 2023 12:59:07 -0400 Subject: [PATCH] Add new endpoint POST /notify-slack --- VERSION | 2 +- api_endpoints.dev.json | 8 ++++++++ api_endpoints.prod.json | 8 ++++++++ api_endpoints.stage.json | 8 ++++++++ api_endpoints.test.json | 8 ++++++++ 5 files changed, 33 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 1b5105d..67da954 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.14 +2.1.15 diff --git a/api_endpoints.dev.json b/api_endpoints.dev.json index bab73f3..7209fdd 100644 --- a/api_endpoints.dev.json +++ b/api_endpoints.dev.json @@ -15,6 +15,14 @@ "endpoint": "/status", "auth": false }, + { + "method": "POST", + "endpoint": "/notify-slack", + "auth": true, + "groups": [ + "5777527e-ec11-11e8-ab41-0af86edb4424" + ] + }, { "method": "GET", "endpoint": "/datasets", diff --git a/api_endpoints.prod.json b/api_endpoints.prod.json index 50882e6..f8df5f9 100644 --- a/api_endpoints.prod.json +++ b/api_endpoints.prod.json @@ -15,6 +15,14 @@ "endpoint": "/status", "auth": false }, + { + "method": "POST", + "endpoint": "/notify-slack", + "auth": true, + "groups": [ + "5777527e-ec11-11e8-ab41-0af86edb4424" + ] + }, { "method": "GET", "endpoint": "/datasets", diff --git a/api_endpoints.stage.json b/api_endpoints.stage.json index 45e7121..3f8380f 100644 --- a/api_endpoints.stage.json +++ b/api_endpoints.stage.json @@ -15,6 +15,14 @@ "endpoint": "/status", "auth": false }, + { + "method": "POST", + "endpoint": "/notify-slack", + "auth": true, + "groups": [ + "5777527e-ec11-11e8-ab41-0af86edb4424" + ] + }, { "method": "GET", "endpoint": "/datasets", diff --git a/api_endpoints.test.json b/api_endpoints.test.json index 2621f1b..c4559b0 100644 --- a/api_endpoints.test.json +++ b/api_endpoints.test.json @@ -15,6 +15,14 @@ "endpoint": "/status", "auth": false }, + { + "method": "POST", + "endpoint": "/notify-slack", + "auth": true, + "groups": [ + "5777527e-ec11-11e8-ab41-0af86edb4424" + ] + }, { "method": "GET", "endpoint": "/datasets",