Skip to content

Commit d4b3b49

Browse files
committed
Generated docs release 3.2.1
1 parent 56907d4 commit d4b3b49

File tree

2 files changed

+45
-2
lines changed
  • api/classes/Leantime/Domain/Projects/Services
  • technical/classes/Leantime/Domain/Projects/Services

2 files changed

+45
-2
lines changed

api/classes/Leantime/Domain/Projects/Services/Projects.md

+45
Original file line numberDiff line numberDiff line change
@@ -1246,6 +1246,51 @@ The projects.
12461246

12471247

12481248

1249+
---
1250+
### `leantime.rpc.Projects.Projects.editUserProjectRelations`
1251+
1252+
Edits the project relations of a user.
1253+
1254+
```json
1255+
{
1256+
"method": "leantime.rpc.Projects.Projects.editUserProjectRelations",
1257+
"jsonrpc": "2.0",
1258+
"id": 1,
1259+
"params": {
1260+
"id": int,
1261+
"projects": array,
1262+
}
1263+
}
1264+
```
1265+
1266+
1267+
1268+
1269+
1270+
1271+
1272+
1273+
1274+
**Parameters:**
1275+
1276+
| Parameter | Type | Description |
1277+
|-----------|------|-------------|
1278+
| `id` | **int** | The ID of the user. |
1279+
| `projects` | **array** | The projects to be edited. |
1280+
1281+
1282+
**Returns:**
1283+
True if the project relations were successfully edited, false otherwise.
1284+
```json
1285+
{
1286+
"jsonrpc": "2.0",
1287+
"id": 1,
1288+
"result": bool
1289+
}
1290+
```
1291+
1292+
1293+
12491294
---
12501295
### `leantime.rpc.Projects.Projects.getAll`
12511296

technical/classes/Leantime/Domain/Projects/Services/Projects.md

-2
Original file line numberDiff line numberDiff line change
@@ -1066,8 +1066,6 @@ public Projects::editUserProjectRelations(int $id, array $projects): bool
10661066

10671067
True if the project relations were successfully edited, false otherwise.
10681068

1069-
@api
1070-
10711069

10721070

10731071
---

0 commit comments

Comments
 (0)