Skip to content

Commit b11de6d

Browse files
committed
Fix CI checks
1 parent d95c6d5 commit b11de6d

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/dev/integration/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Arguments:
6565

6666
`workspace_id` (int)⭐️ : The workspace ID where the user will be added.
6767

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).
6969

7070
`username` (string, optional): If not provided, it will be automatically generated from the email address.
7171

@@ -82,7 +82,7 @@ client.create_user("jill@example.com", "T0p_secret", 1, "editor", notify_user=Tr
8282

8383
### Workspace members methods
8484

85-
These methods are available for Cloud and Enterperise edition servers.
85+
These methods are available for Cloud and Enterprise edition servers.
8686

8787
::: warning API availability
8888
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:
121121

122122
`user_id` (int): ID of the user.
123123

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).
125125

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`.
127127

128128
#### Remove member
129129

@@ -136,7 +136,7 @@ Arguments:
136136

137137
`user_id` (int): ID of the user.
138138

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.
140140
141141
---
142142

@@ -150,7 +150,7 @@ The following methods are available for Python API Client versions `0.10.0` or h
150150

151151
The caller of the following methods must be a workspace admin, owner, project owner or server administrator.
152152

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 <GitHubRepo id="MerginMaps/python-api-client/blob/634237890afd9f28f03953e5a01376b56f5abf5c/mergin/client.py#L572" desc="projects_list" /> and <GitHubRepo id="MerginMaps/python-api-client/blob/634237890afd9f28f03953e5a01376b56f5abf5c/mergin/client.py#L641" desc="project_info" /> methods.
154154

155155
#### List project collaborators
156156

@@ -175,7 +175,7 @@ Arguments:
175175

176176
`user` (string): Email or username of the user to be added to the project.
177177

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)
179179

180180
#### Update project collaborator role
181181

@@ -188,9 +188,9 @@ Arguments:
188188

189189
`user_id` (int): ID of the user.
190190

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)
192192

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.
194194
195195
#### Remove project collaborator
196196

@@ -203,7 +203,7 @@ Arguments:
203203

204204
`user_id` (int): ID of the user.
205205

206-
> Note: the user account is not removed, only the project access.
206+
> The user account is not removed, only the project access.
207207
208208
## Further details
209209

0 commit comments

Comments
 (0)