{ "id":1,
"relationId":1,
"name": "属性1",
"enName": "a1",
"type": "时间",
"relationType": 2
}curl --location --request POST 'http://develop.tianxin.supermind.quant-chi.com:8045/api/converge/modeling/attribute/update' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NTg1MDA0OTYsInVzZXJJZCI6IjE1NDUzNDQ5ODI3MjYzODk3NjEifQ.DGRPQehJq2PqkR7w_z0LjNIasDtKr3_MBoq3bBEQKfM' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{ "id":1,
"relationId":1,
"name": "属性1",
"enName": "a1",
"type": "时间",
"relationType": 2
}'{"body":null,"header":{"code":200,"message":""}}