provider desktop_file_system PUT /api/projects/{project_id}/desktop_file_system/{id}/context_generation/
@utdk/posthog /api/projects/{project_id}/desktop_file_system/{id}/context_generation/
desktop_file_system_context_generation_update
Set or clear the Task associated with this folder's CONTEXT.md generation.
id path required
A UUID string identifying this file system.
string
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
desktopFileSystemContextGenerationUpdate
PUT/api/projects/{project_id}/desktop_file_system/{id}/context_generation/
Set or clear the Task associated with this folder's CONTEXT.md generation.

Parameters

required

A UUID string identifying this file system.

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

required

ID of the Task generating this folder's CONTEXT.md. Must reference a Task in the same team. Set to null to clear the association.

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