Skip to content

Commit

Permalink
Merge pull request #223 from hubmapconsortium/yuanzhou/ingest-api-new…
Browse files Browse the repository at this point in the history
…-endpoints

New endpoints ingest-api
  • Loading branch information
yuanzhou authored Aug 10, 2022
2 parents 749292d + e33dfff commit fc89fc7
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
16 changes: 16 additions & 0 deletions api_endpoints.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,22 @@
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/dataset/begin-extract-cell-count-from-secondary-analysis-files-async",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/dataset/extract-cell-count-from-secondary-analysis-files",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
}
],
"ontology-api.dev.hubmapconsortium.org": [
Expand Down
16 changes: 16 additions & 0 deletions api_endpoints.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,22 @@
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/dataset/begin-extract-cell-count-from-secondary-analysis-files-async",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/dataset/extract-cell-count-from-secondary-analysis-files",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
}
],
"ontology.api.hubmapconsortium.org": [
Expand Down
16 changes: 16 additions & 0 deletions api_endpoints.stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,22 @@
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/dataset/begin-extract-cell-count-from-secondary-analysis-files-async",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/dataset/extract-cell-count-from-secondary-analysis-files",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
}
]
}
16 changes: 16 additions & 0 deletions api_endpoints.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,22 @@
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/dataset/begin-extract-cell-count-from-secondary-analysis-files-async",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
},
{
"method": "POST",
"endpoint": "/dataset/extract-cell-count-from-secondary-analysis-files",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
}
]
}

0 comments on commit fc89fc7

Please sign in to comment.