posthog

Posthog Select Project

Store which project this workspace reports on.

The selection is RE-READ from PostHog before it is stored — never trusted from the request body. That is the Box/GA rule: the picker persists what the provider confirms, so a stale or forged id fails loudly here instead of being written and surfacing later as an empty report.

put/integrations/posthog/project

Request body

project_idstring required

Response

Successful Response

configuredboolean required
connectedboolean required
connected_atstring nullable
regionstring nullable
posthog_user_emailstring nullable
project_idstring nullable
project_namestring nullable

Changes