provider hog_functionshog_functions PATCH /api/projects/{project_id}/hog_functions/rearrange/
@utdk/posthog /api/projects/{project_id}/hog_functions/rearrange/
hog_functions_rearrange_partial_update
Update the execution order of multiple HogFunctions.
project_id path required
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
string

Try it

Authentication
Configure credentials for PostHog API
hogFunctionsRearrangePartialUpdate
PATCH/api/projects/{project_id}/hog_functions/rearrange/
Update the execution order of multiple HogFunctions.

Parameters

required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

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.hogFunctionsRearrangePartialUpdate()