{
"id": "string",
"firstNodeIndex": 0,
"endpoints": {},
"nodes": {},
"connections": {},
"createdTime": 0,
"updatedTime": 0
}
curl --location --request POST '/api/v1/lowcode/rule/chain/detail/update' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"firstNodeIndex": 0,
"endpoints": {},
"nodes": {},
"connections": {},
"createdTime": 0,
"updatedTime": 0
}'
{
"code": "200",
"msg": "string"
}