{
"id": "xxx",
// 下面字段不能为空则修改
"name": null,
"subject": null
}
curl --location --request POST 'https://api.leebay.cyou/docmee/v1/api/ppt/updatePptxAttr' \
--header 'Authorization: sk-xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "xxx",
// 下面字段不能为空则修改
"name": null,
"subject": null
}'
{
"code": 0,
"message": "操作成功"
}