Documentation Index
Fetch the complete documentation index at: https://docs.h3aven.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Update all steps
curl --request PUT \
--url "https://h3-api-gateway.dev.h3aven.com/v1/process/process-uuid" \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN'
Request Examples
Check the different examples
{
"name": "Contract Approval Process",
"iconName": "document-check",
"steps": [
{
"id": "step-456",
"label": "Document Review",
"policyNames": ["HR"],
"parameters": [{
"id": "param-id",
"label": "number",
"name": "number",
"type": "TEXT"
}]
},
{
"id": "step-789",
"label": "Final Approval",
"policyNames": ["CFO"]
}
]
}