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