-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpaths.json
48 lines (48 loc) · 1.46 KB
/
paths.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"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/programs/?.*",
"/ga4gh/drs/v1/programs/?.*/status",
"/beacon/v2/g_variants/?.*"
],
"post": [
"/htsget/v1/variants/search",
"/htsget/v1/samples",
"/beacon/v2/g_variants"
]
},
"curate": {
"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/?.*"
]
}
}
}