geodesic.account.projects.Project.update_permissions# Project.update_permissions(user, permissions)[source]# Updates the read/write access for a user on this project. Parameters: user (User | str) – The User (or subject) to update permissions for permissions (dict) – a dictionary of the read/write/admin for the user Example: >>> p.update_permissions(user, {‘read’: True, ‘write’: False, ‘admin’: False})