provider hog_functionshog_functions PATCH /api/environments/{environment_id}/hog_functions/rearrange/
@utdk/posthog /api/environments/{environment_id}/hog_functions/rearrange/
environments_hog_functions_rearrange_partial_update
Update the execution order of multiple HogFunctions.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsHogFunctionsRearrangePartialUpdate
PATCH/api/environments/{environment_id}/hog_functions/rearrange/
Update the execution order of multiple HogFunctions.

Parameters

required

Deprecated. Use /api/projects/{project_id}/ instead.

Input

Map of hog function UUIDs to their new execution_order values.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.environmentsHogFunctionsRearrangePartialUpdate()