Skip to content

Commit

Permalink
Merge pull request #125 from hubmapconsortium/shirey/add-uploads-submit
Browse files Browse the repository at this point in the history
add ingest-api uploads submit method
  • Loading branch information
yuanzhou authored Sep 27, 2021
2 parents 67118db + 7b9a1f5 commit 27fd096
Show file tree
Hide file tree
Showing 5 changed files with 40 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 @@ -464,6 +464,14 @@
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "PUT",
"endpoint": "/uploads/<*>/submit",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "PUT",
"endpoint": "/uploads/<*>/arrange-into-datasets",
Expand Down
8 changes: 8 additions & 0 deletions api_endpoints.localhost.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,14 @@
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "PUT",
"endpoint": "/uploads/<*>/submit",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "PUT",
"endpoint": "/uploads/<*>/arrange-into-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 @@ -464,6 +464,14 @@
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "PUT",
"endpoint": "/uploads/<*>/submit",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "PUT",
"endpoint": "/uploads/<*>/arrange-into-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 @@ -464,6 +464,14 @@
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "PUT",
"endpoint": "/uploads/<*>/submit",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "PUT",
"endpoint": "/uploads/<*>/arrange-into-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 @@ -464,6 +464,14 @@
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "PUT",
"endpoint": "/uploads/<*>/submit",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "PUT",
"endpoint": "/uploads/<*>/arrange-into-datasets",
Expand Down

0 comments on commit 27fd096

Please sign in to comment.