{
"nodeId": "string",
"appId": 0,
"analysisPath": "string",
"dataAttr": 0,
"dataType": 0,
"templateId": 0,
"data": {}
}
curl --location --request POST 'http://139.199.230.193:8181/ma-api/analysis/edit' \
--header 'token: 1742ea4f2e2f4a9795dd2529e1701480' \
--header 'Content-Type: application/json' \
--data-raw '{
"nodeId": "string",
"appId": 0,
"analysisPath": "string",
"dataAttr": 0,
"dataType": 0,
"templateId": 0,
"data": {}
}'
{
"code": "0",
"message": "成功",
"data": null,
"success": true
}