Authorization: Bearer ********************
{ "table_cells":[ { "table_cell_content":{ "bool":false, "collection":null, "department_collection":null, "employee_collection":[ "ou-sdwerdfvdc", "ou-ewrewdfsdvc" ], "role_collection":null, "number":null, "string":null }, "table_cell_content_type":"EMPLOYEE_COLLECTION", "table_column_id":"6113921696628736003" } ] }
curl --location --request PUT 'https://open.qfei.cn/open-apis/rule_engine/v1/products/rule_product/groups/rule_group/rule_tables/rule_table_id/table_rows/7113921696628736004?user_id_type&department_id_type=department_id' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "table_cells":[ { "table_cell_content":{ "bool":false, "collection":null, "department_collection":null, "employee_collection":[ "ou-sdwerdfvdc", "ou-ewrewdfsdvc" ], "role_collection":null, "number":null, "string":null }, "table_cell_content_type":"EMPLOYEE_COLLECTION", "table_column_id":"6113921696628736003" } ] }'
{ "code": 0, "msg": "string", "data": {} }