Skip to main content
PATCH
Update Strategy Artifact

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Api-key
string | null

Path Parameters

artifact_key
string
required

Body

application/json
artifact_type
enum<string> | null
Available options:
analytics_strategy,
flow_map,
decision,
use_case,
roadmap,
data_source,
data_readiness,
operating_model,
impact,
maturity,
ingestion_gap
title
string | null
Maximum string length: 255
content
string | null
Minimum string length: 1
owner
string | null
Maximum string length: 255
horizon
string | null
Maximum string length: 50
priority
integer | null
Required range: 1 <= x <= 5
confidence
number | null
Required range: 0 <= x <= 1
annotations
Annotations · object | null
status
enum<string> | null
Available options:
active,
deprecated
review_status
enum<string> | null
Available options:
proposed,
approved,
rejected
edit_reason
string | null
Maximum string length: 1000
review_context
string | null

Optional reviewer-facing ticket context from the originating agent or workflow. This is used for governance notifications and is not stored on the strategy artifact itself.

Maximum string length: 1500

Response

Successful Response

artifact
StrategyArtifactRead · object
required
impact_warning
StrategyImpactWarning · object | null