latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

PlanRun

Update all associated journey runs' failure categorizations in a deployment event

Used to query all plan runs for a given deployment

put/planRun/deployment/{deployment_event_id}/failureCategorization

Path parameters

deployment_event_idstring required

The deployment id to update

Query parameters

override_existing_failure_categorizationsboolean

If true, overrides any existing failure reasons on a journey run.

Request body

failure_category_idstring

A failure category id

failure_synopsisstring

DEPRECATED -- Now persisted as FailureAnalysis -- A synopsis of the failure summary

failure_summary_textstring

A summary describing the test run failure and potential root cause

is_failure_category_generatedboolean

Indicates if the failure category was generated by AI

is_failure_summary_generatedboolean

Indicates if the failure summary was generated by AI

suggested_failure_category_idstring

Failure category ID suggested by automated analysis

last_updated_by_idstring

The ID of the user who updated the categorization of this failure

last_updated_timeinteger

time the failure categorization was last updated

failure_reason_assignment_source'manual' | 'auto'

How the failure reason was assigned to this test run. Server-managed; client-supplied values are ignored on write.

failure_reason_assigned_by_idstring

The ID of the user or system that assigned the failure reason. Server-managed; client-supplied values are ignored on write.

failure_reason_assigned_timeinteger

Timestamp in epoch milliseconds when the failure reason was assigned. Server-managed; client-supplied values are ignored on write.

Response

Associated failed journey runs were updated