Update line records
Testing
Request
Body Params application/json
{
"fields": [
{
"id": "",
"value": ""
}
],
"triggerWorkflow": true
}
Request Code Samples
curl --location --request PATCH 'https://api.mingdao.com/v3/app/worksheets//rows/' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fields": [
{
"id": "",
"value": ""
}
],
"triggerWorkflow": true
}'
Responses
application/json {
"success": true,
"error_code": 1
}
Modified at 2025-08-21 09:35:00