Authorization: ********************
{
"id": 0,
"bizType": 0,
"bizId": "string",
"attachmentUrl": "string",
"seq": 0
}
curl --location --request PUT '/common-attachment/update' \
--header 'Tenant-Id: 154' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"id": 0,
"bizType": 0,
"bizId": "string",
"attachmentUrl": "string",
"seq": 0
}'
{
"code": "string",
"msg": "string",
"data": {
"id": 0,
"bizType": 0,
"bizId": "string",
"attachmentUrl": "string",
"seq": 0,
"createTime": "2019-08-24T14:15:22Z",
"modifyTime": "2019-08-24T14:15:22Z"
},
"stackTraceMsg": "string"
}