fmea-api-mcp-server 1.1.56 → 1.1.58

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.
@@ -1,63 +1,57 @@
1
1
  {
2
- "generated_at": "2026-03-23T03:55:36.848186",
3
- "previous": "openapi.20260323_035536.json",
2
+ "generated_at": "2026-03-24T14:54:45.708796",
3
+ "previous": "openapi.20260324_145445.json",
4
4
  "latest": "openapi.latest.json",
5
5
  "summary": {
6
- "added": 8,
6
+ "added": 0,
7
7
  "removed": 0,
8
- "modified": 0
8
+ "modified": 2
9
9
  },
10
- "added": [
11
- {
12
- "method": "DELETE",
13
- "path": "/api/v2/projects/groups/{groupId}",
14
- "summary": "Delete project group",
15
- "operationId": "deleteGroup_1"
16
- },
10
+ "added": [],
11
+ "removed": [],
12
+ "modified": [
17
13
  {
18
14
  "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"
15
+ "path": "/api/v2/search/projects",
16
+ "summary": "Search projects globally",
17
+ "changes": [
18
+ "parameters"
19
+ ],
20
+ "parameter_changes": {
21
+ "added": [],
22
+ "removed": [],
23
+ "modified": [
24
+ {
25
+ "name": "q",
26
+ "in": "query",
27
+ "changed_fields": [
28
+ "description"
29
+ ]
30
+ }
31
+ ]
32
+ }
34
33
  },
35
34
  {
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"
35
+ "method": "GET",
36
+ "path": "/api/v2/search/projects/export",
37
+ "summary": "Export project search results as Excel",
38
+ "changes": [
39
+ "parameters"
40
+ ],
41
+ "parameter_changes": {
42
+ "added": [],
43
+ "removed": [],
44
+ "modified": [
45
+ {
46
+ "name": "q",
47
+ "in": "query",
48
+ "changed_fields": [
49
+ "description"
50
+ ]
51
+ }
52
+ ]
53
+ }
58
54
  }
59
55
  ],
60
- "removed": [],
61
- "modified": [],
62
- "fmea_ref": "a42740087"
56
+ "fmea_ref": "c2ff87203"
63
57
  }