curl -X PATCH "https://fluar.com/api/v4/projects/proj_550e8400e29b41d4a716446655440000/rows/row_550e8400e29b41d4a716446655440000" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"Email": "[email protected]"}'
{
"success": true,
"updatedCount": 1,
"rowId": "row_550e8400e29b41d4a716446655440000"
}
Update row cells
curl -X PATCH "https://fluar.com/api/v4/projects/proj_550e8400e29b41d4a716446655440000/rows/row_550e8400e29b41d4a716446655440000" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"Email": "[email protected]"}'
{
"success": true,
"updatedCount": 1,
"rowId": "row_550e8400e29b41d4a716446655440000"
}
curl -X PATCH "https://fluar.com/api/v4/projects/proj_550e8400e29b41d4a716446655440000/rows/row_550e8400e29b41d4a716446655440000" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"Email": "[email protected]"}'
{
"success": true,
"updatedCount": 1,
"rowId": "row_550e8400e29b41d4a716446655440000"
}