Skip to content

Commit 8ddb066

Browse files
committed
Use experimental tree instead of personal tree
1 parent 198d9b4 commit 8ddb066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elimity_insights_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def reload_domain_graph(self, graph: "DomainGraph") -> None:
7878
self._post(body, "custom-connector-domain-graphs")
7979

8080
def _post(self, body: Any, path: str) -> None:
81-
additional_headers = {"Content-Type": "application/prs.deflate-json"}
81+
additional_headers = {"Content-Type": "application/x.deflate-json"}
8282
data = _encode(body)
8383
self._request(additional_headers, data, "POST", path)
8484

0 commit comments

Comments
 (0)