Skip to main content
PATCH
/
v2
/
clarity-v2
/
processes
/
{process_id}
/
transformation-proposals
/
{transformation_proposal_id}
/
extra-capture-requests
/
{request_id}
/
assign
Assign Clarity Extra Capture Request
curl --request PATCH \
  --url https://api.duvo.ai/v2/clarity-v2/processes/{process_id}/transformation-proposals/{transformation_proposal_id}/extra-capture-requests/{request_id}/assign \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "request": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "proposal_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "step_id": "<string>",
    "capture_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "requested_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "gap": "<string>",
    "suggested_prompt": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.duvo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

process_id
string<uuid>
required

The clarity process id

transformation_proposal_id
string<uuid>
required

The transformation proposal id

request_id
string<uuid>
required

The extra-capture-request id

Body

application/json
user_id
string<uuid> | null
required

Team member to assign, or null to unassign

Response

Default Response

request
object
required

The updated extra-capture request, including the new assignee