provider llm_skills POST /api/projects/{project_id}/llm_skills/name/{skill_name}/files-rename/
@utdk/posthog /api/projects/{project_id}/llm_skills/name/{skill_name}/files-rename/
llm_skills_name_files_rename_create
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
skill_name path required
string

Try it

Authentication
Configure credentials for PostHog API
llmSkillsNameFilesRenameCreate
POST/api/projects/{project_id}/llm_skills/name/{skill_name}/files-rename/

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/.

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