provider signals PATCH
/api/projects/{project_id}/signals/reports/{report_id}/artefacts/{id}/ @utdk/posthog
/api/projects/{project_id}/signals/reports/{report_id}/artefacts/{id}/ Replace an artefact's content
Replace the content of an existing artefact, addressed by id. The new content is validated against the artefact's type schema. Editing the latest row of a status type changes the report's canonical status (latest-wins); to re-assess while keeping history, append a new artefact instead. Attribution is creation-time only — edits don't reassign it.
- id path required
- A UUID string identifying this signal report artefact.
- 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
- report_id path required
- UUID of the report whose artefacts you're addressing. This must be a report id (the report's own UUID), not a signal id such as `sig_praise` — a non-report id returns 404.
- string
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.signalsReportArtefactsPartialUpdate()