Fix individual record query argument, id to pid #6
2 changed files with 2 additions and 2 deletions
|
|
@ -110,7 +110,7 @@
|
||||||
],
|
],
|
||||||
"service_endpoints": {
|
"service_endpoints": {
|
||||||
"post-record": "record/{name}?format=ttl",
|
"post-record": "record/{name}?format=ttl",
|
||||||
"get-record": "record?id={curie}&format=ttl",
|
"get-record": "record?pid={curie}&format=ttl",
|
||||||
"get-records": "records/{name}?format=ttl"
|
"get-records": "records/{name}?format=ttl"
|
||||||
},
|
},
|
||||||
"service_fetch_before": {
|
"service_fetch_before": {
|
||||||
|
|
|
||||||
2
dist/config.json
vendored
2
dist/config.json
vendored
|
|
@ -110,7 +110,7 @@
|
||||||
],
|
],
|
||||||
"service_endpoints": {
|
"service_endpoints": {
|
||||||
"post-record": "record/{name}?format=ttl",
|
"post-record": "record/{name}?format=ttl",
|
||||||
"get-record": "record?id={curie}&format=ttl",
|
"get-record": "record?pid={curie}&format=ttl",
|
||||||
"get-records": "records/{name}?format=ttl"
|
"get-records": "records/{name}?format=ttl"
|
||||||
},
|
},
|
||||||
"service_fetch_before": {
|
"service_fetch_before": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue