I'm building a photogrammetry landscape pipeline and I use the baker and quick materials to bake out diffuse color of the landscape.
I import my meshes and setup the materials fine but I have discovered that quick materials don't update immediately after being setup by python. I have to change a material name back and forth to get all the material IDs to show up in the viewport. I have tried to do the same in python but it dose not seem to trigger the same update

I can't seem to find much documentation on the quick material

Is there some api call I can call to force the node to update except from cook in python?