Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"datasourceId": 0,
"dictCode": "string",
"dictTableId": 0,
"field": "string",
"id": 0,
"tableName": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST '/datacenter/dictRelateTable/saveOrUpdate' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"datasourceId": 0,
"dictCode": "string",
"dictTableId": 0,
"field": "string",
"id": 0,
"tableName": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}'
{
"property1": {},
"property2": {}
}