Skip to content

Commit

Permalink
Merge pull request #245 from hubmapconsortium/yuanzhou/slack-notifica…
Browse files Browse the repository at this point in the history
…tion

Add new endpoint POST /notify-slack
  • Loading branch information
yuanzhou authored May 11, 2023
2 parents c17da7f + 122457b commit 7cfef04
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions api_endpoints.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions api_endpoints.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions api_endpoints.stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions api_endpoints.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7cfef04

Please sign in to comment.