Skip to main content
PATCH
Update Clarity Process Link

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

orgId
string<uuid>
required

Unique process-link identifier

Body

application/json
source_node_id
string<uuid>

Replacement hierarchy node id for the source process

target_node_id
string<uuid>

Replacement hierarchy node id for the target process

type
enum<string>

Relationship type between the source process node and target process node

Available options:
hands_off_to,
shares_step_with,
variant_of
state
enum<string>

Whether the link is suggested by Duvo or confirmed by a user

Available options:
suggested,
confirmed
confidence
number | null

Confidence score from 0 to 1, or null to clear it

Required range: 0 <= x <= 1

Response

Default Response

created
boolean

True when a create request inserted a new link