Fix individual record query argument, id to pid #6

Merged
jsheunis merged 1 commit from config-pid into main 2025-05-26 13:39:00 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -110,7 +110,7 @@
],
"service_endpoints": {
"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"
},
"service_fetch_before": {

2
dist/config.json vendored
View file

@ -110,7 +110,7 @@
],
"service_endpoints": {
"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"
},
"service_fetch_before": {