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
Copy file name to clipboardExpand all lines: src/dev/integration/index.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Arguments:
65
65
66
66
`workspace_id` (int)⭐️ : The workspace ID where the user will be added.
67
67
68
-
`workspace_role` (string)⭐️ : The user’s role in the workspace. [See the roles options](../../manage/permissions.md#workspace-member-roles-overview).
68
+
`workspace_role` (string)⭐️ : The user’s role in the workspace. [See the roles options](../../manage/permissions/index.md#workspace-member-roles-overview).
69
69
70
70
`username` (string, optional): If not provided, it will be automatically generated from the email address.
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.
@@ -121,9 +121,9 @@ Arguments:
121
121
122
122
`user_id` (int): ID of the user.
123
123
124
-
`workspace_role` (string): New role. [See the roles options](../../manage/permissions.md#workspace-member-roles-overview).
124
+
`workspace_role` (string): New role. [See the roles options](../../manage/permissions/index.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
@@ -175,7 +175,7 @@ Arguments:
175
175
176
176
`user` (string): Email or username of the user to be added to the project.
177
177
178
-
`project_role`: (string): Role of the user in the project. [See the roles options](../../manage/permissions.md##project-permissions-overview)
178
+
`project_role`: (string): Role of the user in the project. [See the roles options](../../manage/permissions/index.md#project-permissions-overview)
179
179
180
180
#### Update project collaborator role
181
181
@@ -188,9 +188,9 @@ Arguments:
188
188
189
189
`user_id` (int): ID of the user.
190
190
191
-
`project_role`: (string): New role. [See the roles options](../../manage/permissions.md##project-permissions-overview)
191
+
`project_role`: (string): New role. [See the roles options](../../manage/permissions/index.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