{
"rowIds": [
""
],
"fields": [
{
"id": "",
"value": ""
}
],
"triggerWorkflow": true
}
curl --location --request PATCH 'https://api.mingdao.com/v3/app/worksheets//rows/batch' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"rowIds": [
""
],
"fields": [
{
"id": "",
"value": ""
}
],
"triggerWorkflow": true
}'
{
"data": {
"failedRowIds": [],
"successfulRowIds": []
},
"success": true
}