provider llm_skills POST /api/environments/{environment_id}/llm_skills/name/{skill_name}/files-rename/
@utdk/posthog /api/environments/{environment_id}/llm_skills/name/{skill_name}/files-rename/
environments_llm_skills_name_files_rename_create
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
skill_name path required
string

Try it

Authentication
Configure credentials for PostHog API
environmentsLlmSkillsNameFilesRenameCreate
POST/api/environments/{environment_id}/llm_skills/name/{skill_name}/files-rename/

Parameters

required

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

required

Input

required

Current file path to rename.

required

New file path. Must not already exist in the skill.

Latest version you are editing from. If provided, the request fails with 409 when another write has landed in the meantime.

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