Skip to main content
PATCH
Assign or clear the owner of a knowledge-gap cluster

Authorizations

x-api-key
string
header
required

Path Parameters

cluster_id
string<uuid>
required

Body

application/json

Body for PATCH /clusters/{cluster_id}/owner.

owner_user_id=null clears ownership.

owner_user_id
string<uuid> | null
required

OrgMember.id of the new owner, or null to unassign.

note
string | null
Maximum string length: 1000

Response

Successful Response

Wire shape for a successful lifecycle mutation.

Mirrors ClusterTransitionResult from the lifecycle service with enum statuses flattened to their string values for SDK ergonomics.

cluster_id
string<uuid>
required
from_status
string
required
to_status
string
required
actor_user_id
string<uuid> | null
required
event_id
string<uuid> | null
required