{
"alias": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": "string",
"name": "string",
"pkVal": "string",
"style": "string",
"tenantId": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
curl --location --request PUT 'https://api-dev.sincetech.com.cn:9443/bpm-portal/portal/portalNewsTag/v1/' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"alias": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": "string",
"name": "string",
"pkVal": "string",
"style": "string",
"tenantId": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}'
{
"code": 0,
"errorCode": "string",
"logId": "string",
"message": "string",
"state": true,
"value": "string"
}