Skip to content

Commit

Permalink
Merge pull request #287 from hubmapconsortium/Derek-Furst/add-compone…
Browse files Browse the repository at this point in the history
…nts-endpoint

Added datasets/components to the gateway
  • Loading branch information
yuanzhou authored Oct 23, 2023
2 parents e92285a + aaf2be0 commit f077f73
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 @@ -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": [
Expand Down
8 changes: 8 additions & 0 deletions api_endpoints.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
8 changes: 8 additions & 0 deletions api_endpoints.stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions api_endpoints.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f077f73

Please sign in to comment.