provider llm_analytics PATCH /api/environments/{environment_id}/llm_analytics/score_definitions/{id}/
@utdk/posthog /api/environments/{environment_id}/llm_analytics/score_definitions/{id}/
environments_llm_analytics_score_definitions_partial_update
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
id path required
A UUID string identifying this score definition.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsLlmAnalyticsScoreDefinitionsPartialUpdate
PATCH/api/environments/{environment_id}/llm_analytics/score_definitions/{id}/

Parameters

required

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

required

A UUID string identifying this score definition.

Input

Updated scorer name.

Updated scorer description.

Whether the scorer is archived.

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