provider tasks POST /api/projects/{project_id}/tasks/{task_id}/runs/{run_id}/living_artifacts/{id}/edit/
@utdk/posthog /api/projects/{project_id}/tasks/{task_id}/runs/{run_id}/living_artifacts/{id}/edit/
Edit a living artifact for a task run
Commit a new version to an existing living artifact handle.
id path required
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
run_id path required
string
task_id path required
string

Try it

Authentication
Configure credentials for PostHog API
tasksRunsLivingArtifactsEdit
POST/api/projects/{project_id}/tasks/{task_id}/runs/{run_id}/living_artifacts/{id}/edit/
Commit a new version to an existing living artifact handle.

Parameters

required
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
required

Input

Optional new human-readable artifact name.

Markdown or text content for the next version.

Base64-encoded binary content for the next version, used by adapters such as slack_file.

MIME type for content_base64 or source-backed edits.

Existing run artifact id to use as the next version content source.

Existing run artifact storage_path to use as the next version content source.

Optional metadata to merge into the artifact registry record.

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