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-09-05 07:03:09