[
{
"biType": "string",
"checked": true,
"fieldId": "string",
"isMeasure": true,
"name": "string",
"style": {}
}
]
curl --location --request PATCH '/ds/dataset/field/batch/' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"biType": "string",
"checked": true,
"fieldId": "string",
"isMeasure": true,
"name": "string",
"style": {}
}
]'
{}