Skip to content

Commit 8bee689

Browse files
committed
Fix docs: OEKG query api was referencing the outdated OEP domain name which caused authentication issues
1 parent 9480ced commit 8bee689

File tree

1 file changed

+1
-1
lines changed
  • docs/oeplatform-code/web-api/oekg-api

1 file changed

+1
-1
lines changed

docs/oeplatform-code/web-api/oekg-api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import requests
2727

2828
OEP_API_TOKEN = "<Add-Your-Token>"
2929
HEADER = {"Authorization": f"Token {OEP_API_TOKEN}"}
30-
sparql_endpoint = "https://openenergy-platform.org/api/v0/oekg/sparql/"
30+
sparql_endpoint = "https://openenergyplatform.org/api/v0/oekg/sparql/"
3131
payload = {
3232
"query": """SELECT ?s ?p ?o
3333
WHERE {

0 commit comments

Comments
 (0)