Note that secured endpoints in Terrain and apps are a little different from each other. Please see Terrain Vs. Apps for more information.
Secured Endpoint: GET /reference-genomes
Delegates to apps: GET /reference-genomes
This endpoint is a passthrough to the apps endpoint with the same path. Please see the apps service documentation for more details.
Secured Endpoint: GET /reference-genomes/{reference-genome-id}
Delegates to apps: GET /reference-genomes/{reference-genome-id}
This endpoint is a passthrough to the apps endpoint with the same path. Please see the apps service documentation for more details.
Secured Endpoint: POST /admin/reference-genomes
Delegates to apps: POST /admin/reference-genomes
This endpoint is a passthrough to the apps endpoint with the same path. Please see the apps service documentation for more details.
Secured Endpoint: DELETE /admin/reference-genomes/{reference-genome-id}
Delegates to apps: DELETE /admin/reference-genomes/{reference-genome-id}
This endpoint is a passthrough to the apps endpoint with the same path. Please see the apps service documentation for more details.
Secured Endpoint: PATCH /admin/reference-genomes/{reference-genome-id}
Delegates to apps: PATCH /admin/reference-genomes/{reference-genome-id}
This endpoint is a passthrough to the apps endpoint with the same path. Please see the apps service documentation for more details.