fmea-api-mcp-server 1.1.72 → 1.1.73

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.
@@ -0,0 +1,155 @@
1
+ {
2
+ "generated_at": "2026-04-19T23:01:25.313651",
3
+ "previous": "openapi.20260419_230124.json",
4
+ "latest": "openapi.latest.json",
5
+ "summary": {
6
+ "added": 2,
7
+ "removed": 0,
8
+ "modified": 11
9
+ },
10
+ "added": [
11
+ {
12
+ "method": "DELETE",
13
+ "path": "/api/v2/projects/{projectId}/block-diagrams/{blockId}",
14
+ "summary": "Delete a block diagram",
15
+ "operationId": "delete_2"
16
+ },
17
+ {
18
+ "method": "POST",
19
+ "path": "/api/v2/projects/{projectId}/block-diagrams",
20
+ "summary": "Create a block diagram",
21
+ "operationId": "create_2"
22
+ }
23
+ ],
24
+ "removed": [],
25
+ "modified": [
26
+ {
27
+ "method": "DELETE",
28
+ "path": "/api/v2/fourm/{id}",
29
+ "summary": "Delete a 4M record",
30
+ "changes": [
31
+ "operationId"
32
+ ]
33
+ },
34
+ {
35
+ "method": "DELETE",
36
+ "path": "/api/v2/notices/{id}",
37
+ "summary": "Delete notice",
38
+ "changes": [
39
+ "operationId"
40
+ ]
41
+ },
42
+ {
43
+ "method": "DELETE",
44
+ "path": "/api/v2/projects/{projectId}/documents/{documentId}",
45
+ "summary": "Delete a project document",
46
+ "changes": [
47
+ "operationId"
48
+ ]
49
+ },
50
+ {
51
+ "method": "DELETE",
52
+ "path": "/api/v2/projects/{projectId}/worksheets/{reportNoSimple}",
53
+ "summary": "Delete worksheet by report number",
54
+ "changes": [
55
+ "operationId"
56
+ ]
57
+ },
58
+ {
59
+ "method": "GET",
60
+ "path": "/api/v2/projects/{projectId}/block-diagrams",
61
+ "summary": "List block diagrams",
62
+ "changes": [
63
+ "parameters"
64
+ ],
65
+ "parameter_changes": {
66
+ "added": [],
67
+ "removed": [],
68
+ "modified": [
69
+ {
70
+ "name": "useSynonym",
71
+ "in": "query",
72
+ "changed_fields": [
73
+ "description"
74
+ ]
75
+ }
76
+ ]
77
+ }
78
+ },
79
+ {
80
+ "method": "GET",
81
+ "path": "/api/v2/projects/{projectId}/block-diagrams/{blockId}/nodes",
82
+ "summary": "Get block nodes",
83
+ "changes": [
84
+ "parameters"
85
+ ],
86
+ "parameter_changes": {
87
+ "added": [],
88
+ "removed": [],
89
+ "modified": [
90
+ {
91
+ "name": "useSynonym",
92
+ "in": "query",
93
+ "changed_fields": [
94
+ "description"
95
+ ]
96
+ }
97
+ ]
98
+ }
99
+ },
100
+ {
101
+ "method": "GET",
102
+ "path": "/api/v2/projects/{projectId}/block-diagrams/{blockId}/nodes/tree",
103
+ "summary": "Get block nodes tree",
104
+ "changes": [
105
+ "parameters"
106
+ ],
107
+ "parameter_changes": {
108
+ "added": [],
109
+ "removed": [],
110
+ "modified": [
111
+ {
112
+ "name": "useSynonym",
113
+ "in": "query",
114
+ "changed_fields": [
115
+ "description"
116
+ ]
117
+ }
118
+ ]
119
+ }
120
+ },
121
+ {
122
+ "method": "POST",
123
+ "path": "/api/v2/fourm",
124
+ "summary": "Create a 4M record",
125
+ "changes": [
126
+ "operationId"
127
+ ]
128
+ },
129
+ {
130
+ "method": "POST",
131
+ "path": "/api/v2/notices",
132
+ "summary": "Create notice",
133
+ "changes": [
134
+ "operationId"
135
+ ]
136
+ },
137
+ {
138
+ "method": "POST",
139
+ "path": "/api/v2/projects/{projectId}/block-diagrams/{blockDiagramId}/failure-modes",
140
+ "summary": "Create failure modes",
141
+ "changes": [
142
+ "operationId"
143
+ ]
144
+ },
145
+ {
146
+ "method": "POST",
147
+ "path": "/api/v2/projects/{projectId}/worksheets",
148
+ "summary": "Create a new worksheet in a project",
149
+ "changes": [
150
+ "operationId"
151
+ ]
152
+ }
153
+ ],
154
+ "fmea_ref": "c6968fe76"
155
+ }