fmea-api-mcp-server 1.1.63 → 1.1.65

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.
Files changed (40) hide show
  1. package/data/changelog/1.1.63.json +11 -0
  2. package/data/changelog/1.1.64.json +10 -0
  3. package/data/changelog/next.json +785 -18
  4. package/data/endpoint-lookup.json +1 -1
  5. package/data/enums.json +4 -3
  6. package/data/search-index.oxy +1 -1
  7. package/dist/index.js +1 -1
  8. package/dist/intents.js +1 -1
  9. package/dist/services/search/OramaSearchService.js +4 -1
  10. package/dist/synonyms.js +4 -2
  11. package/dist/utils/ScoreCalculator.js +7 -2
  12. package/endpoints/v2/action-status/core.json +59 -0
  13. package/endpoints/v2/classification-excel/core.json +1 -1
  14. package/endpoints/v2/classifications/core.json +110 -458
  15. package/endpoints/v2/condition-library-excel/core.json +220 -2
  16. package/endpoints/v2/division-excel/core.json +1 -1
  17. package/endpoints/v2/divisions/core.json +214 -238
  18. package/endpoints/v2/documents/core.json +203 -9
  19. package/endpoints/v2/evaluation/core.json +433 -663
  20. package/endpoints/v2/evaluation-excel/core.json +1 -1
  21. package/endpoints/v2/failure-mode-library/core.json +189 -0
  22. package/endpoints/v2/failure-mode-library-excel/core.json +289 -0
  23. package/endpoints/v2/fourm/core.json +3 -3
  24. package/endpoints/v2/high-items/core.json +1 -1
  25. package/endpoints/v2/notice-excel/core.json +1 -1
  26. package/endpoints/v2/notices/core.json +4 -4
  27. package/endpoints/v2/process-symbol-excel/core.json +63 -4
  28. package/endpoints/v2/process-symbols/core.json +2 -2
  29. package/endpoints/v2/projects/core.json +26 -2
  30. package/endpoints/v2/scoring/core.json +34 -137
  31. package/endpoints/v2/synonym-excel/core.json +101 -8
  32. package/endpoints/v2/synonyms/core.json +58 -176
  33. package/endpoints/v2/templates/core.json +1 -157
  34. package/endpoints/v2/user-excel/core.json +1 -1
  35. package/endpoints/v2/users/core.json +42 -0
  36. package/endpoints/v2/worksheet-template-excel/core.json +1 -1
  37. package/endpoints/v2/worksheets/core.json +2 -2
  38. package/endpoints/v2/worksheets/excel.json +1 -1
  39. package/package.json +1 -1
  40. package/endpoints/v2/fm-checkpoint/core.json +0 -363
@@ -1,39 +1,766 @@
1
1
  {
2
- "generated_at": "2026-03-25T22:01:38.456714",
3
- "previous": "openapi.20260325_220137.json",
2
+ "generated_at": "2026-03-31T00:51:59.969011",
3
+ "previous": "openapi.20260331_005159.json",
4
4
  "latest": "openapi.latest.json",
5
5
  "summary": {
6
- "added": 0,
7
- "removed": 0,
8
- "modified": 1
6
+ "added": 18,
7
+ "removed": 38,
8
+ "modified": 49
9
9
  },
10
- "added": [],
11
- "removed": [],
10
+ "added": [
11
+ {
12
+ "method": "GET",
13
+ "path": "/api/v2/divisions/search",
14
+ "summary": "Search divisions helper",
15
+ "operationId": "search_1"
16
+ },
17
+ {
18
+ "method": "GET",
19
+ "path": "/api/v2/failure-mode-library",
20
+ "summary": "Get failure mode library nodes (flat)",
21
+ "operationId": "getFlat"
22
+ },
23
+ {
24
+ "method": "GET",
25
+ "path": "/api/v2/failure-mode-library-excel/export",
26
+ "summary": "Export failure mode library scope to Excel",
27
+ "operationId": "export_6"
28
+ },
29
+ {
30
+ "method": "GET",
31
+ "path": "/api/v2/failure-mode-library-excel/{projectType}/{uuid}/read",
32
+ "summary": "Preview failure mode library scope from Excel",
33
+ "operationId": "readFlatPreview"
34
+ },
35
+ {
36
+ "method": "GET",
37
+ "path": "/api/v2/failure-mode-library-excel/{projectType}/{uuid}/read/tree",
38
+ "summary": "Preview failure mode library scope tree from Excel",
39
+ "operationId": "readTreePreview"
40
+ },
41
+ {
42
+ "method": "GET",
43
+ "path": "/api/v2/failure-mode-library/tree",
44
+ "summary": "Get failure mode library tree",
45
+ "operationId": "getTree"
46
+ },
47
+ {
48
+ "method": "GET",
49
+ "path": "/api/v2/process-symbol-excel/{uuid}/read",
50
+ "summary": "Preview process symbols from Excel",
51
+ "operationId": "readExcel"
52
+ },
53
+ {
54
+ "method": "GET",
55
+ "path": "/api/v2/synonym-excel/{uuid}/read",
56
+ "summary": "Preview synonym import from Excel",
57
+ "operationId": "readExcel_1"
58
+ },
59
+ {
60
+ "method": "POST",
61
+ "path": "/api/v2/condition-library-excel/{type}/{uuid}/read",
62
+ "summary": "Preview condition library nodes from Excel",
63
+ "operationId": "readFlatPreview_1"
64
+ },
65
+ {
66
+ "method": "POST",
67
+ "path": "/api/v2/condition-library-excel/{type}/{uuid}/read/tree",
68
+ "summary": "Preview condition library tree from Excel",
69
+ "operationId": "readTreePreview_1"
70
+ },
71
+ {
72
+ "method": "POST",
73
+ "path": "/api/v2/failure-mode-library-excel/{projectType}/{uuid}",
74
+ "summary": "Import failure mode library scope from Excel",
75
+ "operationId": "importExcel"
76
+ },
77
+ {
78
+ "method": "PUT",
79
+ "path": "/api/v2/classifications",
80
+ "summary": "Save classification snapshot",
81
+ "operationId": "saveSnapshot"
82
+ },
83
+ {
84
+ "method": "PUT",
85
+ "path": "/api/v2/divisions",
86
+ "summary": "Save division composite snapshot",
87
+ "operationId": "saveSnapshot_1"
88
+ },
89
+ {
90
+ "method": "PUT",
91
+ "path": "/api/v2/evaluation/{fmeaType}",
92
+ "summary": "Save evaluation snapshot for a specific FMEA type",
93
+ "operationId": "saveSnapshot_2"
94
+ },
95
+ {
96
+ "method": "PUT",
97
+ "path": "/api/v2/failure-mode-library/{projectType}/children",
98
+ "summary": "Save failure mode library children",
99
+ "operationId": "saveChildren"
100
+ },
101
+ {
102
+ "method": "PUT",
103
+ "path": "/api/v2/scoring/criteria/tree",
104
+ "summary": "Save scoring criteria tree snapshot",
105
+ "operationId": "saveTreeSnapshot"
106
+ },
107
+ {
108
+ "method": "PUT",
109
+ "path": "/api/v2/synonyms",
110
+ "summary": "Save synonym snapshot",
111
+ "operationId": "saveSnapshot_3"
112
+ },
113
+ {
114
+ "method": "PUT",
115
+ "path": "/api/v2/template/action-status",
116
+ "summary": "Save action status snapshot",
117
+ "operationId": "saveSnapshot_4"
118
+ }
119
+ ],
120
+ "removed": [
121
+ {
122
+ "method": "DELETE",
123
+ "path": "/api/v2/classifications/groups/{groupId}",
124
+ "summary": "Delete classification group"
125
+ },
126
+ {
127
+ "method": "DELETE",
128
+ "path": "/api/v2/classifications/items/{itemId}",
129
+ "summary": "Delete classification item"
130
+ },
131
+ {
132
+ "method": "DELETE",
133
+ "path": "/api/v2/divisions/batch",
134
+ "summary": "Delete divisions in batch"
135
+ },
136
+ {
137
+ "method": "DELETE",
138
+ "path": "/api/v2/divisions/{divisionId}",
139
+ "summary": "Delete a division"
140
+ },
141
+ {
142
+ "method": "DELETE",
143
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}",
144
+ "summary": "Delete evaluation criteria (cascade)"
145
+ },
146
+ {
147
+ "method": "DELETE",
148
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}/{category}/{itemId}",
149
+ "summary": "Delete rating item"
150
+ },
151
+ {
152
+ "method": "DELETE",
153
+ "path": "/api/v2/fm-checkpoint/{id}",
154
+ "summary": "Delete FM checkpoint item"
155
+ },
156
+ {
157
+ "method": "DELETE",
158
+ "path": "/api/v2/scoring/criteria/{id}",
159
+ "summary": "Delete scoring criteria item"
160
+ },
161
+ {
162
+ "method": "DELETE",
163
+ "path": "/api/v2/synonyms",
164
+ "summary": "Delete synonym groups"
165
+ },
166
+ {
167
+ "method": "DELETE",
168
+ "path": "/api/v2/synonyms/{groupId}",
169
+ "summary": "Delete synonym group"
170
+ },
171
+ {
172
+ "method": "DELETE",
173
+ "path": "/api/v2/template/action-status/{id}",
174
+ "summary": "Delete action status"
175
+ },
176
+ {
177
+ "method": "GET",
178
+ "path": "/api/v2/fm-checkpoint/tree",
179
+ "summary": "Get FM checkpoint tree"
180
+ },
181
+ {
182
+ "method": "GET",
183
+ "path": "/api/v2/fm-checkpoint/{id}",
184
+ "summary": "Get FM checkpoint item"
185
+ },
186
+ {
187
+ "method": "GET",
188
+ "path": "/api/v2/fm-checkpoint/{id}/items",
189
+ "summary": "List child FM checkpoint items"
190
+ },
191
+ {
192
+ "method": "GET",
193
+ "path": "/api/v2/template/action-status/{id}",
194
+ "summary": "Get action status by ID"
195
+ },
196
+ {
197
+ "method": "PATCH",
198
+ "path": "/api/v2/classifications/default",
199
+ "summary": "Change default classification group"
200
+ },
201
+ {
202
+ "method": "PATCH",
203
+ "path": "/api/v2/evaluation/{fmeaType}/display",
204
+ "summary": "Bulk update criteria display visibility"
205
+ },
206
+ {
207
+ "method": "POST",
208
+ "path": "/api/v2/classifications/groups",
209
+ "summary": "Create classification group"
210
+ },
211
+ {
212
+ "method": "POST",
213
+ "path": "/api/v2/classifications/groups/{groupId}/items",
214
+ "summary": "Create classification item"
215
+ },
216
+ {
217
+ "method": "POST",
218
+ "path": "/api/v2/divisions",
219
+ "summary": "Create a division"
220
+ },
221
+ {
222
+ "method": "POST",
223
+ "path": "/api/v2/evaluation/{fmeaType}",
224
+ "summary": "Create evaluation criteria"
225
+ },
226
+ {
227
+ "method": "POST",
228
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}/{category}",
229
+ "summary": "Create rating item"
230
+ },
231
+ {
232
+ "method": "POST",
233
+ "path": "/api/v2/fm-checkpoint/{parentId}/items",
234
+ "summary": "Create FM checkpoint item"
235
+ },
236
+ {
237
+ "method": "POST",
238
+ "path": "/api/v2/scoring/criteria/{parentId}/items",
239
+ "summary": "Create scoring criteria item"
240
+ },
241
+ {
242
+ "method": "POST",
243
+ "path": "/api/v2/synonyms",
244
+ "summary": "Create synonym group"
245
+ },
246
+ {
247
+ "method": "POST",
248
+ "path": "/api/v2/template/action-status",
249
+ "summary": "Create action status"
250
+ },
251
+ {
252
+ "method": "PUT",
253
+ "path": "/api/v2/classifications/groups/{groupId}",
254
+ "summary": "Update classification group"
255
+ },
256
+ {
257
+ "method": "PUT",
258
+ "path": "/api/v2/classifications/items/{itemId}",
259
+ "summary": "Update classification item"
260
+ },
261
+ {
262
+ "method": "PUT",
263
+ "path": "/api/v2/divisions/{divisionId}",
264
+ "summary": "Update a division"
265
+ },
266
+ {
267
+ "method": "PUT",
268
+ "path": "/api/v2/divisions/{divisionId}/authorized-divisions",
269
+ "summary": "Update authorized divisions"
270
+ },
271
+ {
272
+ "method": "PUT",
273
+ "path": "/api/v2/evaluation/{fmeaType}/default/{criteriaId}",
274
+ "summary": "Set default evaluation criteria"
275
+ },
276
+ {
277
+ "method": "PUT",
278
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}",
279
+ "summary": "Update evaluation criteria"
280
+ },
281
+ {
282
+ "method": "PUT",
283
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}/significance",
284
+ "summary": "Save significance criteria (with fmeaType)"
285
+ },
286
+ {
287
+ "method": "PUT",
288
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}/{category}/{itemId}",
289
+ "summary": "Update rating item"
290
+ },
291
+ {
292
+ "method": "PUT",
293
+ "path": "/api/v2/fm-checkpoint/{id}",
294
+ "summary": "Update FM checkpoint item"
295
+ },
296
+ {
297
+ "method": "PUT",
298
+ "path": "/api/v2/scoring/criteria/{id}",
299
+ "summary": "Update scoring criteria item"
300
+ },
301
+ {
302
+ "method": "PUT",
303
+ "path": "/api/v2/synonyms/{groupId}",
304
+ "summary": "Update synonym group"
305
+ },
306
+ {
307
+ "method": "PUT",
308
+ "path": "/api/v2/template/action-status/{id}",
309
+ "summary": "Update action status"
310
+ }
311
+ ],
12
312
  "modified": [
313
+ {
314
+ "method": "DELETE",
315
+ "path": "/api/v2/classifications/items/{itemId}/image",
316
+ "summary": "Delete classification item image",
317
+ "changes": [
318
+ "description"
319
+ ]
320
+ },
321
+ {
322
+ "method": "DELETE",
323
+ "path": "/api/v2/fourm/{id}",
324
+ "summary": "Delete a 4M record",
325
+ "changes": [
326
+ "operationId"
327
+ ]
328
+ },
329
+ {
330
+ "method": "DELETE",
331
+ "path": "/api/v2/notices/batch",
332
+ "summary": "Batch delete notices",
333
+ "changes": [
334
+ "operationId"
335
+ ]
336
+ },
337
+ {
338
+ "method": "DELETE",
339
+ "path": "/api/v2/notices/{id}",
340
+ "summary": "Delete notice",
341
+ "changes": [
342
+ "operationId"
343
+ ]
344
+ },
345
+ {
346
+ "method": "DELETE",
347
+ "path": "/api/v2/projects/groups/{groupId}",
348
+ "summary": "Delete project group",
349
+ "changes": [
350
+ "operationId"
351
+ ]
352
+ },
353
+ {
354
+ "method": "DELETE",
355
+ "path": "/api/v2/projects/{projectId}/documents/{documentId}",
356
+ "summary": "Delete a project document",
357
+ "changes": [
358
+ "operationId"
359
+ ]
360
+ },
361
+ {
362
+ "method": "DELETE",
363
+ "path": "/api/v2/projects/{projectId}/worksheets/{reportNoSimple}",
364
+ "summary": "Delete worksheet by report number",
365
+ "changes": [
366
+ "operationId"
367
+ ]
368
+ },
369
+ {
370
+ "method": "GET",
371
+ "path": "/api/v2/classification-excel/export",
372
+ "summary": "Export classification groups and items to Excel",
373
+ "changes": [
374
+ "description"
375
+ ]
376
+ },
377
+ {
378
+ "method": "GET",
379
+ "path": "/api/v2/classifications",
380
+ "summary": "List all classification groups",
381
+ "changes": [
382
+ "description"
383
+ ]
384
+ },
385
+ {
386
+ "method": "GET",
387
+ "path": "/api/v2/classifications/by-project/{projectId}",
388
+ "summary": "Get classification items by project",
389
+ "changes": [
390
+ "description"
391
+ ]
392
+ },
393
+ {
394
+ "method": "GET",
395
+ "path": "/api/v2/classifications/default",
396
+ "summary": "Get default classification items",
397
+ "changes": [
398
+ "description"
399
+ ]
400
+ },
13
401
  {
14
402
  "method": "GET",
15
- "path": "/api/v2/recommendation-items",
16
- "summary": "List recommended actions",
403
+ "path": "/api/v2/classifications/items",
404
+ "summary": "Get items by group",
17
405
  "changes": [
406
+ "description"
407
+ ]
408
+ },
409
+ {
410
+ "method": "GET",
411
+ "path": "/api/v2/condition-library-excel/export",
412
+ "summary": "Export condition library to Excel",
413
+ "changes": [
414
+ "operationId",
415
+ "parameters"
416
+ ],
417
+ "parameter_changes": {
418
+ "added": [],
419
+ "removed": [],
420
+ "modified": [
421
+ {
422
+ "name": "type",
423
+ "in": "query",
424
+ "changed_fields": [
425
+ "description"
426
+ ]
427
+ }
428
+ ]
429
+ }
430
+ },
431
+ {
432
+ "method": "GET",
433
+ "path": "/api/v2/division-excel/export",
434
+ "summary": "Export divisions to Excel",
435
+ "changes": [
436
+ "description"
437
+ ]
438
+ },
439
+ {
440
+ "method": "GET",
441
+ "path": "/api/v2/divisions",
442
+ "summary": "List division relation tree",
443
+ "changes": [
444
+ "summary",
18
445
  "description",
19
446
  "parameters"
20
447
  ],
21
448
  "parameter_changes": {
22
- "added": [
449
+ "added": [],
450
+ "removed": [
451
+ {
452
+ "name": "q",
453
+ "in": "query"
454
+ },
455
+ {
456
+ "name": "page",
457
+ "in": "query"
458
+ },
23
459
  {
24
- "name": "followUpOnly",
460
+ "name": "size",
461
+ "in": "query"
462
+ }
463
+ ],
464
+ "modified": []
465
+ }
466
+ },
467
+ {
468
+ "method": "GET",
469
+ "path": "/api/v2/divisions/{divisionId}",
470
+ "summary": "Get division details",
471
+ "changes": [
472
+ "description"
473
+ ]
474
+ },
475
+ {
476
+ "method": "GET",
477
+ "path": "/api/v2/divisions/{divisionId}/authorized-divisions",
478
+ "summary": "Get authorized divisions helper",
479
+ "changes": [
480
+ "summary",
481
+ "description",
482
+ "parameters"
483
+ ],
484
+ "parameter_changes": {
485
+ "added": [],
486
+ "removed": [],
487
+ "modified": [
488
+ {
489
+ "name": "divisionId",
490
+ "in": "path",
491
+ "changed_fields": [
492
+ "description"
493
+ ]
494
+ }
495
+ ]
496
+ }
497
+ },
498
+ {
499
+ "method": "GET",
500
+ "path": "/api/v2/evaluation",
501
+ "summary": "Get all evaluation criteria by FMEA type",
502
+ "changes": [
503
+ "description"
504
+ ]
505
+ },
506
+ {
507
+ "method": "GET",
508
+ "path": "/api/v2/evaluation-excel/export",
509
+ "summary": "Export evaluation criteria to Excel",
510
+ "changes": [
511
+ "description"
512
+ ]
513
+ },
514
+ {
515
+ "method": "GET",
516
+ "path": "/api/v2/evaluation/{fmeaType}",
517
+ "summary": "Get grouped evaluation payload for a specific FMEA type",
518
+ "changes": [
519
+ "summary",
520
+ "description"
521
+ ]
522
+ },
523
+ {
524
+ "method": "GET",
525
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}",
526
+ "summary": "Get S/O/D ratings for a criteria",
527
+ "changes": [
528
+ "description"
529
+ ]
530
+ },
531
+ {
532
+ "method": "GET",
533
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}/significance",
534
+ "summary": "Get significance criteria for a criteria",
535
+ "changes": [
536
+ "description"
537
+ ]
538
+ },
539
+ {
540
+ "method": "GET",
541
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}/{category}",
542
+ "summary": "Get ratings for a specific S/O/D category",
543
+ "changes": [
544
+ "description"
545
+ ]
546
+ },
547
+ {
548
+ "method": "GET",
549
+ "path": "/api/v2/notice-excel/export",
550
+ "summary": "Export notices to Excel",
551
+ "changes": [
552
+ "operationId"
553
+ ]
554
+ },
555
+ {
556
+ "method": "GET",
557
+ "path": "/api/v2/process-symbol-excel/export",
558
+ "summary": "Export process symbols to Excel",
559
+ "changes": [
560
+ "description",
561
+ "operationId"
562
+ ]
563
+ },
564
+ {
565
+ "method": "GET",
566
+ "path": "/api/v2/process-symbols",
567
+ "summary": "List all process symbols",
568
+ "changes": [
569
+ "description"
570
+ ]
571
+ },
572
+ {
573
+ "method": "GET",
574
+ "path": "/api/v2/scoring/criteria/{id}",
575
+ "summary": "Get scoring criteria item",
576
+ "changes": [
577
+ "description",
578
+ "operationId"
579
+ ]
580
+ },
581
+ {
582
+ "method": "GET",
583
+ "path": "/api/v2/scoring/criteria/{id}/breadcrumb",
584
+ "summary": "Get breadcrumb path for scoring criteria item",
585
+ "changes": [
586
+ "description"
587
+ ]
588
+ },
589
+ {
590
+ "method": "GET",
591
+ "path": "/api/v2/scoring/criteria/{id}/children",
592
+ "summary": "Get children of scoring criteria item",
593
+ "changes": [
594
+ "description"
595
+ ]
596
+ },
597
+ {
598
+ "method": "GET",
599
+ "path": "/api/v2/synonym-excel/export",
600
+ "summary": "Export synonyms to Excel",
601
+ "changes": [
602
+ "description",
603
+ "operationId",
604
+ "parameters"
605
+ ],
606
+ "parameter_changes": {
607
+ "added": [],
608
+ "removed": [],
609
+ "modified": [
610
+ {
611
+ "name": "useSynonym",
25
612
  "in": "query",
26
- "description": "Whether to request internal follow-up row filtering inside the selected project scope (default: false)",
27
- "schema": {
28
- "type": "boolean",
29
- "default": false
30
- }
613
+ "changed_fields": [
614
+ "description"
615
+ ]
616
+ }
617
+ ]
618
+ }
619
+ },
620
+ {
621
+ "method": "GET",
622
+ "path": "/api/v2/synonyms",
623
+ "summary": "List synonym snapshot groups",
624
+ "changes": [
625
+ "summary",
626
+ "description",
627
+ "parameters"
628
+ ],
629
+ "parameter_changes": {
630
+ "added": [],
631
+ "removed": [
632
+ {
633
+ "name": "page",
634
+ "in": "query"
635
+ },
636
+ {
637
+ "name": "size",
638
+ "in": "query"
31
639
  }
32
640
  ],
641
+ "modified": []
642
+ }
643
+ },
644
+ {
645
+ "method": "GET",
646
+ "path": "/api/v2/synonyms/expand",
647
+ "summary": "Expand synonym terms",
648
+ "changes": [
649
+ "description"
650
+ ]
651
+ },
652
+ {
653
+ "method": "GET",
654
+ "path": "/api/v2/synonyms/metadata",
655
+ "summary": "Get synonym metadata",
656
+ "changes": [
657
+ "description"
658
+ ]
659
+ },
660
+ {
661
+ "method": "GET",
662
+ "path": "/api/v2/synonyms/{groupId}",
663
+ "summary": "Get synonym group",
664
+ "changes": [
665
+ "description"
666
+ ]
667
+ },
668
+ {
669
+ "method": "GET",
670
+ "path": "/api/v2/template/action-status",
671
+ "summary": "Get all action statuses",
672
+ "changes": [
673
+ "description"
674
+ ]
675
+ },
676
+ {
677
+ "method": "GET",
678
+ "path": "/api/v2/user-excel/export",
679
+ "summary": "Export users to Excel",
680
+ "changes": [
681
+ "operationId"
682
+ ]
683
+ },
684
+ {
685
+ "method": "GET",
686
+ "path": "/api/v2/worksheet-template-excel/export",
687
+ "summary": "Export worksheet templates to Excel",
688
+ "changes": [
689
+ "operationId"
690
+ ]
691
+ },
692
+ {
693
+ "method": "POST",
694
+ "path": "/api/v2/classifications/items/{itemId}/image",
695
+ "summary": "Upload classification item image",
696
+ "changes": [
697
+ "description"
698
+ ]
699
+ },
700
+ {
701
+ "method": "POST",
702
+ "path": "/api/v2/fourm",
703
+ "summary": "Create a 4M record",
704
+ "changes": [
705
+ "operationId"
706
+ ]
707
+ },
708
+ {
709
+ "method": "POST",
710
+ "path": "/api/v2/notices",
711
+ "summary": "Create notice",
712
+ "changes": [
713
+ "operationId"
714
+ ]
715
+ },
716
+ {
717
+ "method": "POST",
718
+ "path": "/api/v2/process-symbol-excel/{uuid}",
719
+ "summary": "Import process symbols from Excel",
720
+ "changes": [
721
+ "description",
722
+ "operationId"
723
+ ]
724
+ },
725
+ {
726
+ "method": "POST",
727
+ "path": "/api/v2/projects/groups",
728
+ "summary": "Create project group",
729
+ "changes": [
730
+ "operationId"
731
+ ]
732
+ },
733
+ {
734
+ "method": "POST",
735
+ "path": "/api/v2/projects/{projectId}/worksheets",
736
+ "summary": "Create a new worksheet in a project",
737
+ "changes": [
738
+ "operationId"
739
+ ]
740
+ },
741
+ {
742
+ "method": "POST",
743
+ "path": "/api/v2/synonym-excel/{uuid}",
744
+ "summary": "Import synonyms from Excel",
745
+ "changes": [
746
+ "description",
747
+ "operationId",
748
+ "parameters"
749
+ ],
750
+ "parameter_changes": {
751
+ "added": [],
33
752
  "removed": [],
34
753
  "modified": [
35
754
  {
36
- "name": "scope",
755
+ "name": "rowStart",
756
+ "in": "query",
757
+ "changed_fields": [
758
+ "description",
759
+ "schema"
760
+ ]
761
+ },
762
+ {
763
+ "name": "merge",
37
764
  "in": "query",
38
765
  "changed_fields": [
39
766
  "description"
@@ -41,7 +768,47 @@
41
768
  }
42
769
  ]
43
770
  }
771
+ },
772
+ {
773
+ "method": "PUT",
774
+ "path": "/api/v2/fourm/{id}",
775
+ "summary": "Update a 4M record",
776
+ "changes": [
777
+ "operationId"
778
+ ]
779
+ },
780
+ {
781
+ "method": "PUT",
782
+ "path": "/api/v2/notices/{id}",
783
+ "summary": "Update notice",
784
+ "changes": [
785
+ "operationId"
786
+ ]
787
+ },
788
+ {
789
+ "method": "PUT",
790
+ "path": "/api/v2/process-symbols",
791
+ "summary": "Replace all process symbols",
792
+ "changes": [
793
+ "description"
794
+ ]
795
+ },
796
+ {
797
+ "method": "PUT",
798
+ "path": "/api/v2/projects/{projectId}/high-items",
799
+ "summary": "Batch upsert and reorder high items by project",
800
+ "changes": [
801
+ "operationId"
802
+ ]
803
+ },
804
+ {
805
+ "method": "PUT",
806
+ "path": "/api/v2/projects/{projectId}/worksheet-excel/{uuid}",
807
+ "summary": "Re-import a worksheet from an uploaded Excel file",
808
+ "changes": [
809
+ "operationId"
810
+ ]
44
811
  }
45
812
  ],
46
- "fmea_ref": "d1935fea6"
813
+ "fmea_ref": "21aef0c1d"
47
814
  }