Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"fromNode": 0,
"fromNodeField": "string",
"id": 0,
"name": "string",
"params": {},
"relationChartId": 0,
"remark": "string",
"searchValue": "string",
"toNode": 0,
"toNodeField": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST '/modelHop/addModelHop' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"fromNode": 0,
"fromNodeField": "string",
"id": 0,
"name": "string",
"params": {},
"relationChartId": 0,
"remark": "string",
"searchValue": "string",
"toNode": 0,
"toNodeField": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}'
{
"property1": {},
"property2": {}
}