Authorization: Bearer ********************
X-Altan-Key: ********************
{
"id": "string",
"name": "string",
"description": "string",
"is_deleted": true,
"type": "setup_flow",
"params": {},
"icon": "string",
"position": 0,
"is_active": true,
"is_visible": true,
"is_editable": true
}
curl --location --request PATCH 'https://api.altan.ai/altaner//component/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"description": "string",
"is_deleted": true,
"type": "setup_flow",
"params": {},
"icon": "string",
"position": 0,
"is_active": true,
"is_visible": true,
"is_editable": true
}'
null