Authorization: Bearer ********************
X-Altan-Key: ********************
{
"source_module_id": "string",
"target_module_id": "string",
"condition_id": "string",
"is_except": false
}
curl --location --request PATCH 'https://api.altan.ai/flow//update-edge' \
--header 'Content-Type: application/json' \
--data-raw '{
"source_module_id": "string",
"target_module_id": "string",
"condition_id": "string",
"is_except": false
}'
null