Skip to main content
PUT
Assign Clarity Landscape Node Team

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string<uuid>
required
nodeId
string<uuid>
required

The process node whose owning team changes.

Body

application/json
teamId
string<uuid> | null
required

The team that owns the process from now on. A process always belongs to a team, so null is rejected.

intent
enum<string>

Pass "accept-proposal" when the node is expected to still be a proposed process; the call then fails if someone already accepted it, instead of silently moving a real process.

Available options:
assign,
accept-proposal

Response

Default Response

id
string<uuid>
required
parentId
string<uuid> | null
required
processId
string<uuid> | null
required
name
string
required
ownerLabel
string | null
required
sortOrder
number
required
existence
enum<string>
required
Available options:
proposed,
active
contentConfirmedAt
string | null
required
existenceConfirmedAt
string | null
required
source
enum<string>
required
Available options:
ai,
human
priority
enum<string> | null
required
Available options:
high,
medium,
low
priorityReasoning
string | null
required
priorityAssessedAt
string | null
required
createdAt
string
required
updatedAt
string
required
team
object | null
required
assignedTeam
object | null
required