You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These methods are available for Cloud and Enterperise edition servers.
85
+
These methods are available for Cloud and Enterprise edition servers.
86
86
87
87
::: warning API availability
88
88
The following methods are available for Python API Client versions `0.10.0` or higher, using server versions `2025.2.0` or higher.
@@ -123,7 +123,7 @@ Arguments:
123
123
124
124
`workspace_role` (string): New role. [See the roles options](../../manage/permissions.md#workspace-member-roles-overview).
125
125
126
-
`reset_projects_roles` (Boolean, optional): If true, overriden project roles (explicitly shared projects access) will be reset. Default is `False`.
126
+
`reset_projects_roles` (Boolean, optional): If true, overridden project roles (explicitly shared projects access) will be reset. Default is `False`.
127
127
128
128
#### Remove member
129
129
@@ -136,7 +136,7 @@ Arguments:
136
136
137
137
`user_id` (int): ID of the user.
138
138
139
-
> Note: the user account is not removed. This method only removes their access to the workspace.
139
+
> The user account is not removed. This method only removes their access to the workspace.
140
140
141
141
---
142
142
@@ -150,7 +150,7 @@ The following methods are available for Python API Client versions `0.10.0` or h
150
150
151
151
The caller of the following methods must be a workspace admin, owner, project owner or server administrator.
152
152
153
-
The following methods accept project ids (of type `uuid`). You can find project id via [projects_list](https://github.com/MerginMaps/python-api-client/blob/634237890afd9f28f03953e5a01376b56f5abf5c/mergin/client.py#L572) and [project_info](https://github.com/MerginMaps/python-api-client/blob/634237890afd9f28f03953e5a01376b56f5abf5c/mergin/client.py#L642) methods.
153
+
The following methods accept project ids (of type `uuid`). You can find project id via <GitHubRepoid="MerginMaps/python-api-client/blob/634237890afd9f28f03953e5a01376b56f5abf5c/mergin/client.py#L572"desc="projects_list" /> and <GitHubRepoid="MerginMaps/python-api-client/blob/634237890afd9f28f03953e5a01376b56f5abf5c/mergin/client.py#L641"desc="project_info" /> methods.
154
154
155
155
#### List project collaborators
156
156
@@ -190,7 +190,7 @@ Arguments:
190
190
191
191
`project_role`: (string): New role. [See the roles options](../../manage/permissions.md##project-permissions-overview)
192
192
193
-
> Note: the user must be first added to the project (via [Add project collaborator](./index.md#add-project-collaborator)) before calling this method, even if he/she is already a workspace member or guest.
193
+
> The user must be first added to the project (via [Add project collaborator](./index.md#add-project-collaborator)) before calling this method, even if he/she is already a workspace member or guest.
194
194
195
195
#### Remove project collaborator
196
196
@@ -203,7 +203,7 @@ Arguments:
203
203
204
204
`user_id` (int): ID of the user.
205
205
206
-
> Note: the user account is not removed, only the project access.
206
+
> The user account is not removed, only the project access.
0 commit comments