Skip to content

Commit

Permalink
add ingest-api uploads submit method
Browse files Browse the repository at this point in the history
  • Loading branch information
shirey committed Sep 27, 2021
1 parent 67118db commit 7b9a1f5
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 7b9a1f5

Please sign in to comment.