Skip to content

Commit bf3d121

Browse files
committed
Fix CI checks
1 parent d95c6d5 commit bf3d121

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/dev/integration/index.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ client.create_user("[email protected]", "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.
@@ -123,7 +123,7 @@ Arguments:
123123

124124
`workspace_role` (string): New role. [See the roles options](../../manage/permissions.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

@@ -190,7 +190,7 @@ Arguments:
190190

191191
`project_role`: (string): New role. [See the roles options](../../manage/permissions.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)