Authorization: Bearer ********************
{
"_id": "string",
"field7": "string",
"bgColor": "string",
"orderNo": 0,
"description": "string"
}
curl --location --request POST '/ispeak/tag/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"_id": "string",
"field7": "string",
"bgColor": "string",
"orderNo": 0,
"description": "string"
}'
{
"data": {
"acknowledged": true,
"modifiedCount": 1,
"upsertedId": null,
"upsertedCount": 0,
"matchedCount": 1
},
"message": "更新成功",
"type": "success",
"code": 0
}