I am attempting to automate our publication process and as a part of that I'm trying to update an item's sharing settings. I am able to show the item's current setting by using "print(itemobject["access"])" but can't seem to change the value from private to public using "itemobject.update({"access": "public"})" even though the value shows changes made manually through portal or server manager.