fmea-api-mcp-server 1.1.54 → 1.1.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/changelog/next.json +63 -0
- package/data/endpoint-lookup.json +1 -1
- package/data/enums.json +151 -75
- package/data/search-index.oxy +1 -1
- package/dist/index.js +1 -1
- package/endpoints/v2/projects/core.json +444 -0
- package/package.json +1 -1
- package/data/changelog.json +0 -3501
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generated_at": "2026-03-23T03:55:36.848186",
|
|
3
|
+
"previous": "openapi.20260323_035536.json",
|
|
4
|
+
"latest": "openapi.latest.json",
|
|
5
|
+
"summary": {
|
|
6
|
+
"added": 8,
|
|
7
|
+
"removed": 0,
|
|
8
|
+
"modified": 0
|
|
9
|
+
},
|
|
10
|
+
"added": [
|
|
11
|
+
{
|
|
12
|
+
"method": "DELETE",
|
|
13
|
+
"path": "/api/v2/projects/groups/{groupId}",
|
|
14
|
+
"summary": "Delete project group",
|
|
15
|
+
"operationId": "deleteGroup_1"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"method": "GET",
|
|
19
|
+
"path": "/api/v2/projects/groups",
|
|
20
|
+
"summary": "List project groups",
|
|
21
|
+
"operationId": "getGroups"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"method": "PATCH",
|
|
25
|
+
"path": "/api/v2/projects/groups/{groupId}",
|
|
26
|
+
"summary": "Rename project group",
|
|
27
|
+
"operationId": "renameGroup"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"method": "POST",
|
|
31
|
+
"path": "/api/v2/projects/groups",
|
|
32
|
+
"summary": "Create project group",
|
|
33
|
+
"operationId": "createGroup_1"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"method": "PUT",
|
|
37
|
+
"path": "/api/v2/projects/groups",
|
|
38
|
+
"summary": "Batch save project groups",
|
|
39
|
+
"operationId": "batchSaveGroups"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"method": "PUT",
|
|
43
|
+
"path": "/api/v2/projects/groups/order",
|
|
44
|
+
"summary": "Reorder project groups",
|
|
45
|
+
"operationId": "reorderGroups"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"method": "PUT",
|
|
49
|
+
"path": "/api/v2/projects/groups/ungrouped/projects/{projectId}",
|
|
50
|
+
"summary": "Ungroup project",
|
|
51
|
+
"operationId": "ungroupProject"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"method": "PUT",
|
|
55
|
+
"path": "/api/v2/projects/groups/{groupId}/projects",
|
|
56
|
+
"summary": "Assign projects to group",
|
|
57
|
+
"operationId": "assignProjects"
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"removed": [],
|
|
61
|
+
"modified": [],
|
|
62
|
+
"fmea_ref": "a42740087"
|
|
63
|
+
}
|