Authorization: Bearer ********************
X-Altan-Key: ********************
{
"id": "string",
"name": "string",
"description": "string",
"is_active": true,
"meta_data": {},
"member_id": "string",
"create_with_ai": true
}
curl --location --request PATCH 'https://api.altan.ai/flow/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"description": "string",
"is_active": true,
"meta_data": {},
"member_id": "string",
"create_with_ai": true
}'
null