Skip to main content
PATCH
/
clarity-v2
/
processes
/
{process_id}
/
transformation-proposals
/
{transformation_proposal_id}
/
extra-capture-requests
/
{request_id}
/
assign
Assign extra-capture request
curl --request PATCH \
  --url https://api.duvo.ai/v1/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

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$
transformation_proposal_id
string<uuid>
required

The transformation proposal id

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$
request_id
string<uuid>
required

The extra-capture-request id

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$

Body

application/json
user_id
string<uuid> | null
required

Team member to assign, or null to unassign

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$

Response

Default Response

request
object
required

The updated extra-capture request, including the new assignee