We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7034750 commit eea00bbCopy full SHA for eea00bb
posthog/request.py
@@ -144,7 +144,7 @@ def remote_config(
144
+ f"/api/projects/@current/feature_flags/{key}/remote_config/"
145
)
146
147
- body = {"api_key": project_api_key, "sentAt": datetime.now(tz=tzutc()).isoformat()}
+ body = {"project_api_key": project_api_key, "sentAt": datetime.now(tz=tzutc()).isoformat()}
148
149
headers = {
150
"Authorization": f"Bearer {personal_api_key}",
0 commit comments