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

Changed in 2 of the 4 revisions of this API.3

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added