Skip to content

Commit

Permalink
Clarify curate paths for site curators
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh committed Oct 3, 2024
1 parent e4a0fc8 commit e2287ce
Showing 1 changed file with 33 additions and 18 deletions.
51 changes: 33 additions & 18 deletions defaults/paths.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"paths": {
"read": {
"get": [
"/v3/discovery/?.*",
"/v3/authorized/?.*",
"/htsget/v1/variants/?.*",
"/htsget/v1/variants/search",
"/htsget/v1/reads/?.*",
"/htsget/v1/samples/?.*",
"/ga4gh/drs/v1/objects/?.*",
"/ga4gh/drs/v1/cohorts/?.*",
"/ga4gh/drs/v1/cohorts/?.*/status",
"/beacon/v2/g_variants/?.*"
"/v3/discovery/?.*",
"/v3/authorized/?.*",
"/htsget/v1/variants/?.*",
"/htsget/v1/variants/search",
"/htsget/v1/reads/?.*",
"/htsget/v1/samples/?.*",
"/ga4gh/drs/v1/objects/?.*",
"/ga4gh/drs/v1/cohorts/?.*",
"/ga4gh/drs/v1/cohorts/?.*/status",
"/beacon/v2/g_variants/?.*"
],
"post": [
"/htsget/v1/variants/search",
Expand All @@ -20,14 +20,29 @@
]
},
"curate": {
"get": [
"/htsget/v1/variants/?.*/index",
"/htsget/v1/variants/?.*/verify",
"/htsget/v1/reads/?.*/index",
"/htsget/v1/reads/?.*/verify"
],
"post": ["/ingest/?.*", "/ga4gh/drs/v1/?.*", "/v3/ingest/?.*"],
"delete": ["/ingest/?.*", "/ga4gh/drs/v1/?.*", "/v3/ingest/?.*"]
"get": [
"/ingest/?.*",
"/htsget/v1/variants/?.*/index",
"/htsget/v1/variants/?.*/verify",
"/htsget/v1/reads/?.*/index",
"/htsget/v1/reads/?.*/verify"
],
"post": [
"/ingest/s3-credential/?.*",
"/ingest/program/?.*",
"/ingest/user/?.*",
"/ingest/genomic",
"/ingest/clinical",
"/ga4gh/drs/v1/?.*",
"/v3/ingest/?.*"
],
"delete": [
"/ingest/s3-credential/?.*",
"/ingest/program/?.*",
"/ingest/user/?.*",
"/ga4gh/drs/v1/?.*",
"/v3/ingest/?.*"
]
}
}
}

0 comments on commit e2287ce

Please sign in to comment.