In the Python SDK, I see than you can retrieve and delete (provided it's not pre-defined) a role, but I don't see functionality to change a role. For example, changing the access level from read_modify to readonly. Is there functionality elsewhere in the Python SDK to do this? I can do it with requests.patch(), but I'm wondering if the SDK has it somewhere? Thanks.