fmea-api-mcp-server 1.1.53 → 1.1.55

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,1345 @@
1
+ {
2
+ "generated_at": "2026-03-21T11:16:20.525997",
3
+ "previous": "openapi@1.1.47",
4
+ "latest": "openapi@1.1.48",
5
+ "summary": {
6
+ "added": 0,
7
+ "removed": 4,
8
+ "modified": 35
9
+ },
10
+ "added": [],
11
+ "removed": [
12
+ {
13
+ "method": "DELETE",
14
+ "path": "/api/v2/condition-library/{type}/{serial}",
15
+ "summary": "Delete condition library node"
16
+ },
17
+ {
18
+ "method": "PATCH",
19
+ "path": "/api/v2/condition-library/{type}/{serial}",
20
+ "summary": "Update condition library node"
21
+ },
22
+ {
23
+ "method": "POST",
24
+ "path": "/api/v2/condition-library/{type}",
25
+ "summary": "Create condition library node"
26
+ },
27
+ {
28
+ "method": "PUT",
29
+ "path": "/api/v2/condition-library/{type}/order",
30
+ "summary": "Update condition library order"
31
+ }
32
+ ],
33
+ "modified": [
34
+ {
35
+ "method": "DELETE",
36
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}",
37
+ "summary": "Delete evaluation criteria (cascade)",
38
+ "changes": [
39
+ "parameters"
40
+ ],
41
+ "parameter_changes": {
42
+ "added": [],
43
+ "removed": [],
44
+ "modified": [
45
+ {
46
+ "name": "fmeaType",
47
+ "in": "path",
48
+ "changed_fields": [
49
+ "description",
50
+ "schema"
51
+ ],
52
+ "enum_changes": {
53
+ "added": [
54
+ "CPLAN",
55
+ "DESIGN",
56
+ "EQUIPMENT",
57
+ "FA",
58
+ "FTA",
59
+ "PROCESS"
60
+ ]
61
+ }
62
+ }
63
+ ]
64
+ }
65
+ },
66
+ {
67
+ "method": "DELETE",
68
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}/{category}/{itemId}",
69
+ "summary": "Delete rating item",
70
+ "changes": [
71
+ "parameters"
72
+ ],
73
+ "parameter_changes": {
74
+ "added": [],
75
+ "removed": [],
76
+ "modified": [
77
+ {
78
+ "name": "fmeaType",
79
+ "in": "path",
80
+ "changed_fields": [
81
+ "description",
82
+ "schema"
83
+ ],
84
+ "enum_changes": {
85
+ "added": [
86
+ "CPLAN",
87
+ "DESIGN",
88
+ "EQUIPMENT",
89
+ "FA",
90
+ "FTA",
91
+ "PROCESS"
92
+ ]
93
+ }
94
+ },
95
+ {
96
+ "name": "category",
97
+ "in": "path",
98
+ "changed_fields": [
99
+ "description",
100
+ "schema"
101
+ ],
102
+ "enum_changes": {
103
+ "added": [
104
+ "DETECTION",
105
+ "OCCURRENCE",
106
+ "SEVERITY"
107
+ ]
108
+ }
109
+ }
110
+ ]
111
+ }
112
+ },
113
+ {
114
+ "method": "GET",
115
+ "path": "/api/v2/additional-info/attributes",
116
+ "summary": "List attributes by FMEA type",
117
+ "changes": [
118
+ "parameters"
119
+ ],
120
+ "parameter_changes": {
121
+ "added": [],
122
+ "removed": [],
123
+ "modified": [
124
+ {
125
+ "name": "fmeaType",
126
+ "in": "query",
127
+ "changed_fields": [
128
+ "description",
129
+ "schema"
130
+ ],
131
+ "enum_changes": {
132
+ "added": [
133
+ "CPLAN",
134
+ "DESIGN",
135
+ "EQUIPMENT",
136
+ "FA",
137
+ "FTA",
138
+ "PROCESS"
139
+ ]
140
+ }
141
+ }
142
+ ]
143
+ }
144
+ },
145
+ {
146
+ "method": "GET",
147
+ "path": "/api/v2/additional-info/fields",
148
+ "summary": "List fields by FMEA type",
149
+ "changes": [
150
+ "parameters"
151
+ ],
152
+ "parameter_changes": {
153
+ "added": [],
154
+ "removed": [],
155
+ "modified": [
156
+ {
157
+ "name": "fmeaType",
158
+ "in": "query",
159
+ "changed_fields": [
160
+ "description",
161
+ "schema"
162
+ ],
163
+ "enum_changes": {
164
+ "added": [
165
+ "CPLAN",
166
+ "DESIGN",
167
+ "EQUIPMENT",
168
+ "FA",
169
+ "FTA",
170
+ "PROCESS"
171
+ ]
172
+ }
173
+ }
174
+ ]
175
+ }
176
+ },
177
+ {
178
+ "method": "GET",
179
+ "path": "/api/v2/additional-info/form",
180
+ "summary": "Get form with project data",
181
+ "changes": [
182
+ "parameters"
183
+ ],
184
+ "parameter_changes": {
185
+ "added": [],
186
+ "removed": [],
187
+ "modified": [
188
+ {
189
+ "name": "fmeaType",
190
+ "in": "query",
191
+ "changed_fields": [
192
+ "description",
193
+ "schema"
194
+ ],
195
+ "enum_changes": {
196
+ "added": [
197
+ "CPLAN",
198
+ "DESIGN",
199
+ "EQUIPMENT",
200
+ "FA",
201
+ "FTA",
202
+ "PROCESS"
203
+ ]
204
+ }
205
+ }
206
+ ]
207
+ }
208
+ },
209
+ {
210
+ "method": "GET",
211
+ "path": "/api/v2/admin/apikeys/logs",
212
+ "summary": "Query API key audit logs",
213
+ "changes": [
214
+ "parameters"
215
+ ],
216
+ "parameter_changes": {
217
+ "added": [],
218
+ "removed": [],
219
+ "modified": [
220
+ {
221
+ "name": "action",
222
+ "in": "query",
223
+ "changed_fields": [
224
+ "description",
225
+ "schema"
226
+ ],
227
+ "enum_changes": {
228
+ "added": [
229
+ "ADD",
230
+ "DELETE",
231
+ "UPDATE"
232
+ ]
233
+ }
234
+ }
235
+ ]
236
+ }
237
+ },
238
+ {
239
+ "method": "GET",
240
+ "path": "/api/v2/condition-library",
241
+ "summary": "Get condition library nodes (flat)",
242
+ "changes": [
243
+ "parameters"
244
+ ],
245
+ "parameter_changes": {
246
+ "added": [],
247
+ "removed": [],
248
+ "modified": [
249
+ {
250
+ "name": "type",
251
+ "in": "query",
252
+ "changed_fields": [
253
+ "description"
254
+ ]
255
+ }
256
+ ]
257
+ }
258
+ },
259
+ {
260
+ "method": "GET",
261
+ "path": "/api/v2/condition-library/tree",
262
+ "summary": "Get condition library tree",
263
+ "changes": [
264
+ "parameters"
265
+ ],
266
+ "parameter_changes": {
267
+ "added": [],
268
+ "removed": [],
269
+ "modified": [
270
+ {
271
+ "name": "type",
272
+ "in": "query",
273
+ "changed_fields": [
274
+ "description"
275
+ ]
276
+ }
277
+ ]
278
+ }
279
+ },
280
+ {
281
+ "method": "GET",
282
+ "path": "/api/v2/evaluation/{fmeaType}",
283
+ "summary": "List criteria for a specific FMEA type",
284
+ "changes": [
285
+ "parameters"
286
+ ],
287
+ "parameter_changes": {
288
+ "added": [],
289
+ "removed": [],
290
+ "modified": [
291
+ {
292
+ "name": "fmeaType",
293
+ "in": "path",
294
+ "changed_fields": [
295
+ "description",
296
+ "schema"
297
+ ],
298
+ "enum_changes": {
299
+ "added": [
300
+ "CPLAN",
301
+ "DESIGN",
302
+ "EQUIPMENT",
303
+ "FA",
304
+ "FTA",
305
+ "PROCESS"
306
+ ]
307
+ }
308
+ }
309
+ ]
310
+ }
311
+ },
312
+ {
313
+ "method": "GET",
314
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}",
315
+ "summary": "Get S/O/D ratings for a criteria",
316
+ "changes": [
317
+ "parameters"
318
+ ],
319
+ "parameter_changes": {
320
+ "added": [],
321
+ "removed": [],
322
+ "modified": [
323
+ {
324
+ "name": "fmeaType",
325
+ "in": "path",
326
+ "changed_fields": [
327
+ "description",
328
+ "schema"
329
+ ],
330
+ "enum_changes": {
331
+ "added": [
332
+ "CPLAN",
333
+ "DESIGN",
334
+ "EQUIPMENT",
335
+ "FA",
336
+ "FTA",
337
+ "PROCESS"
338
+ ]
339
+ }
340
+ }
341
+ ]
342
+ }
343
+ },
344
+ {
345
+ "method": "GET",
346
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}/significance",
347
+ "summary": "Get significance criteria for a criteria",
348
+ "changes": [
349
+ "parameters"
350
+ ],
351
+ "parameter_changes": {
352
+ "added": [],
353
+ "removed": [],
354
+ "modified": [
355
+ {
356
+ "name": "fmeaType",
357
+ "in": "path",
358
+ "changed_fields": [
359
+ "description",
360
+ "schema"
361
+ ],
362
+ "enum_changes": {
363
+ "added": [
364
+ "CPLAN",
365
+ "DESIGN",
366
+ "EQUIPMENT",
367
+ "FA",
368
+ "FTA",
369
+ "PROCESS"
370
+ ]
371
+ }
372
+ }
373
+ ]
374
+ }
375
+ },
376
+ {
377
+ "method": "GET",
378
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}/{category}",
379
+ "summary": "Get ratings for a specific S/O/D category",
380
+ "changes": [
381
+ "parameters"
382
+ ],
383
+ "parameter_changes": {
384
+ "added": [],
385
+ "removed": [],
386
+ "modified": [
387
+ {
388
+ "name": "fmeaType",
389
+ "in": "path",
390
+ "changed_fields": [
391
+ "description",
392
+ "schema"
393
+ ],
394
+ "enum_changes": {
395
+ "added": [
396
+ "CPLAN",
397
+ "DESIGN",
398
+ "EQUIPMENT",
399
+ "FA",
400
+ "FTA",
401
+ "PROCESS"
402
+ ]
403
+ }
404
+ },
405
+ {
406
+ "name": "category",
407
+ "in": "path",
408
+ "changed_fields": [
409
+ "description",
410
+ "schema"
411
+ ],
412
+ "enum_changes": {
413
+ "added": [
414
+ "DETECTION",
415
+ "OCCURRENCE",
416
+ "SEVERITY"
417
+ ]
418
+ }
419
+ }
420
+ ]
421
+ }
422
+ },
423
+ {
424
+ "method": "GET",
425
+ "path": "/api/v2/open/metrics/{apType}/constants",
426
+ "summary": "Get metric constants for an AP type",
427
+ "changes": [
428
+ "parameters"
429
+ ],
430
+ "parameter_changes": {
431
+ "added": [],
432
+ "removed": [],
433
+ "modified": [
434
+ {
435
+ "name": "apType",
436
+ "in": "path",
437
+ "changed_fields": [
438
+ "description",
439
+ "schema"
440
+ ],
441
+ "enum_changes": {
442
+ "added": [
443
+ "AIAG",
444
+ "MSR"
445
+ ]
446
+ }
447
+ }
448
+ ]
449
+ }
450
+ },
451
+ {
452
+ "method": "GET",
453
+ "path": "/api/v2/projects",
454
+ "summary": "List project summaries",
455
+ "changes": [
456
+ "parameters"
457
+ ],
458
+ "parameter_changes": {
459
+ "added": [],
460
+ "removed": [],
461
+ "modified": [
462
+ {
463
+ "name": "scope",
464
+ "in": "query",
465
+ "changed_fields": [
466
+ "description",
467
+ "schema"
468
+ ],
469
+ "enum_changes": {
470
+ "added": [
471
+ "ALL",
472
+ "DIVISION",
473
+ "MY"
474
+ ]
475
+ }
476
+ },
477
+ {
478
+ "name": "fmeaType",
479
+ "in": "query",
480
+ "changed_fields": [
481
+ "description",
482
+ "schema"
483
+ ],
484
+ "enum_changes": {
485
+ "added": [
486
+ "CPLAN",
487
+ "DESIGN",
488
+ "EQUIPMENT",
489
+ "FA",
490
+ "FTA",
491
+ "PROCESS"
492
+ ]
493
+ }
494
+ },
495
+ {
496
+ "name": "status",
497
+ "in": "query",
498
+ "changed_fields": [
499
+ "schema"
500
+ ],
501
+ "enum_changes": {
502
+ "added": [
503
+ "APPROVE",
504
+ "ASK_MODIFY_APPROVE",
505
+ "ASK_MODIFY_REVIEW",
506
+ "COMPLETED",
507
+ "DELAY",
508
+ "IN_PROGRESS",
509
+ "NA",
510
+ "REFUSED",
511
+ "REVIEW",
512
+ "SCORE",
513
+ "SELF_COMPLETED"
514
+ ]
515
+ }
516
+ }
517
+ ]
518
+ }
519
+ },
520
+ {
521
+ "method": "GET",
522
+ "path": "/api/v2/projects/my",
523
+ "summary": "Search my projects (deprecated)",
524
+ "changes": [
525
+ "parameters"
526
+ ],
527
+ "parameter_changes": {
528
+ "added": [],
529
+ "removed": [],
530
+ "modified": [
531
+ {
532
+ "name": "fmeaType",
533
+ "in": "query",
534
+ "changed_fields": [
535
+ "description",
536
+ "schema"
537
+ ],
538
+ "enum_changes": {
539
+ "added": [
540
+ "CPLAN",
541
+ "DESIGN",
542
+ "EQUIPMENT",
543
+ "FA",
544
+ "FTA",
545
+ "PROCESS"
546
+ ]
547
+ }
548
+ },
549
+ {
550
+ "name": "status",
551
+ "in": "query",
552
+ "changed_fields": [
553
+ "schema"
554
+ ],
555
+ "enum_changes": {
556
+ "added": [
557
+ "APPROVE",
558
+ "ASK_MODIFY_APPROVE",
559
+ "ASK_MODIFY_REVIEW",
560
+ "COMPLETED",
561
+ "DELAY",
562
+ "IN_PROGRESS",
563
+ "NA",
564
+ "REFUSED",
565
+ "REVIEW",
566
+ "SCORE",
567
+ "SELF_COMPLETED"
568
+ ]
569
+ }
570
+ }
571
+ ]
572
+ }
573
+ },
574
+ {
575
+ "method": "GET",
576
+ "path": "/api/v2/projects/{projectId}/documents/categories/{documentCategory}",
577
+ "summary": "List documents by category for a project",
578
+ "changes": [
579
+ "parameters"
580
+ ],
581
+ "parameter_changes": {
582
+ "added": [],
583
+ "removed": [],
584
+ "modified": [
585
+ {
586
+ "name": "documentCategory",
587
+ "in": "path",
588
+ "changed_fields": [
589
+ "description"
590
+ ]
591
+ }
592
+ ]
593
+ }
594
+ },
595
+ {
596
+ "method": "GET",
597
+ "path": "/api/v2/projects/{projectId}/documents/categories/{documentCategory}/path/{documentPath}",
598
+ "summary": "List documents by category and path for a project",
599
+ "changes": [
600
+ "parameters"
601
+ ],
602
+ "parameter_changes": {
603
+ "added": [],
604
+ "removed": [],
605
+ "modified": [
606
+ {
607
+ "name": "documentCategory",
608
+ "in": "path",
609
+ "changed_fields": [
610
+ "description"
611
+ ]
612
+ }
613
+ ]
614
+ }
615
+ },
616
+ {
617
+ "method": "GET",
618
+ "path": "/api/v2/projects/{projectId}/system-definition-excel/conditions/export",
619
+ "summary": "Export system definition conditions to Excel UUID",
620
+ "changes": [
621
+ "parameters"
622
+ ],
623
+ "parameter_changes": {
624
+ "added": [],
625
+ "removed": [],
626
+ "modified": [
627
+ {
628
+ "name": "type",
629
+ "in": "query",
630
+ "changed_fields": [
631
+ "description"
632
+ ]
633
+ }
634
+ ]
635
+ }
636
+ },
637
+ {
638
+ "method": "GET",
639
+ "path": "/api/v2/projects/{projectId}/system-definition/conditions",
640
+ "summary": "List system definition conditions",
641
+ "changes": [
642
+ "parameters"
643
+ ],
644
+ "parameter_changes": {
645
+ "added": [],
646
+ "removed": [],
647
+ "modified": [
648
+ {
649
+ "name": "scope",
650
+ "in": "query",
651
+ "changed_fields": [
652
+ "description",
653
+ "schema"
654
+ ],
655
+ "enum_changes": {
656
+ "added": [
657
+ "ALL",
658
+ "CANDIDATE",
659
+ "OWNED"
660
+ ]
661
+ }
662
+ },
663
+ {
664
+ "name": "type",
665
+ "in": "query",
666
+ "changed_fields": [
667
+ "description"
668
+ ]
669
+ }
670
+ ]
671
+ }
672
+ },
673
+ {
674
+ "method": "GET",
675
+ "path": "/api/v2/recommendation-items",
676
+ "summary": "List recommended actions",
677
+ "changes": [
678
+ "parameters"
679
+ ],
680
+ "parameter_changes": {
681
+ "added": [],
682
+ "removed": [],
683
+ "modified": [
684
+ {
685
+ "name": "status",
686
+ "in": "query",
687
+ "changed_fields": [
688
+ "description",
689
+ "schema"
690
+ ],
691
+ "enum_changes": {
692
+ "added": [
693
+ "ALL",
694
+ "COMPLETED",
695
+ "DELAY",
696
+ "IN_PROGRESS",
697
+ "NOT_COMPLETED"
698
+ ]
699
+ }
700
+ },
701
+ {
702
+ "name": "scope",
703
+ "in": "query",
704
+ "changed_fields": [
705
+ "description",
706
+ "schema"
707
+ ],
708
+ "enum_changes": {
709
+ "added": [
710
+ "ALL",
711
+ "DIVISION",
712
+ "MY"
713
+ ]
714
+ }
715
+ }
716
+ ]
717
+ }
718
+ },
719
+ {
720
+ "method": "GET",
721
+ "path": "/api/v2/search/failure-modes",
722
+ "summary": "Search failure modes globally",
723
+ "changes": [
724
+ "parameters"
725
+ ],
726
+ "parameter_changes": {
727
+ "added": [],
728
+ "removed": [],
729
+ "modified": [
730
+ {
731
+ "name": "scope",
732
+ "in": "query",
733
+ "changed_fields": [
734
+ "description",
735
+ "schema"
736
+ ],
737
+ "enum_changes": {
738
+ "added": [
739
+ "ALL",
740
+ "DIVISION",
741
+ "MY"
742
+ ]
743
+ }
744
+ },
745
+ {
746
+ "name": "fmeaType",
747
+ "in": "query",
748
+ "changed_fields": [
749
+ "description",
750
+ "schema"
751
+ ],
752
+ "enum_changes": {
753
+ "added": [
754
+ "CPLAN",
755
+ "DESIGN",
756
+ "EQUIPMENT",
757
+ "FA",
758
+ "FTA",
759
+ "PROCESS"
760
+ ]
761
+ }
762
+ },
763
+ {
764
+ "name": "status",
765
+ "in": "query",
766
+ "changed_fields": [
767
+ "description",
768
+ "schema"
769
+ ],
770
+ "enum_changes": {
771
+ "added": [
772
+ "APPROVE",
773
+ "ASK_MODIFY_APPROVE",
774
+ "ASK_MODIFY_REVIEW",
775
+ "COMPLETED",
776
+ "DELAY",
777
+ "IN_PROGRESS",
778
+ "NA",
779
+ "REFUSED",
780
+ "REVIEW",
781
+ "SCORE",
782
+ "SELF_COMPLETED"
783
+ ]
784
+ }
785
+ }
786
+ ]
787
+ }
788
+ },
789
+ {
790
+ "method": "GET",
791
+ "path": "/api/v2/search/projects",
792
+ "summary": "Search projects globally",
793
+ "changes": [
794
+ "parameters"
795
+ ],
796
+ "parameter_changes": {
797
+ "added": [],
798
+ "removed": [],
799
+ "modified": [
800
+ {
801
+ "name": "scope",
802
+ "in": "query",
803
+ "changed_fields": [
804
+ "description",
805
+ "schema"
806
+ ],
807
+ "enum_changes": {
808
+ "added": [
809
+ "ALL",
810
+ "DIVISION",
811
+ "MY"
812
+ ]
813
+ }
814
+ },
815
+ {
816
+ "name": "fmeaType",
817
+ "in": "query",
818
+ "changed_fields": [
819
+ "description",
820
+ "schema"
821
+ ],
822
+ "enum_changes": {
823
+ "added": [
824
+ "CPLAN",
825
+ "DESIGN",
826
+ "EQUIPMENT",
827
+ "FA",
828
+ "FTA",
829
+ "PROCESS"
830
+ ]
831
+ }
832
+ },
833
+ {
834
+ "name": "status",
835
+ "in": "query",
836
+ "changed_fields": [
837
+ "description",
838
+ "schema"
839
+ ],
840
+ "enum_changes": {
841
+ "added": [
842
+ "APPROVE",
843
+ "ASK_MODIFY_APPROVE",
844
+ "ASK_MODIFY_REVIEW",
845
+ "COMPLETED",
846
+ "DELAY",
847
+ "IN_PROGRESS",
848
+ "NA",
849
+ "REFUSED",
850
+ "REVIEW",
851
+ "SCORE",
852
+ "SELF_COMPLETED"
853
+ ]
854
+ }
855
+ },
856
+ {
857
+ "name": "tag",
858
+ "in": "query",
859
+ "changed_fields": [
860
+ "description",
861
+ "schema"
862
+ ],
863
+ "enum_changes": {
864
+ "added": [
865
+ "MASTER",
866
+ "NORMAL",
867
+ "REFERENCE"
868
+ ]
869
+ }
870
+ },
871
+ {
872
+ "name": "groupBy",
873
+ "in": "query",
874
+ "changed_fields": [
875
+ "description",
876
+ "schema"
877
+ ],
878
+ "enum_changes": {
879
+ "added": [
880
+ "DIVISION",
881
+ "ITEM"
882
+ ]
883
+ }
884
+ }
885
+ ]
886
+ }
887
+ },
888
+ {
889
+ "method": "GET",
890
+ "path": "/api/v2/search/projects/export",
891
+ "summary": "Export project search results as Excel",
892
+ "changes": [
893
+ "parameters"
894
+ ],
895
+ "parameter_changes": {
896
+ "added": [],
897
+ "removed": [],
898
+ "modified": [
899
+ {
900
+ "name": "scope",
901
+ "in": "query",
902
+ "changed_fields": [
903
+ "description",
904
+ "schema"
905
+ ],
906
+ "enum_changes": {
907
+ "added": [
908
+ "ALL",
909
+ "DIVISION",
910
+ "MY"
911
+ ]
912
+ }
913
+ },
914
+ {
915
+ "name": "fmeaType",
916
+ "in": "query",
917
+ "changed_fields": [
918
+ "description",
919
+ "schema"
920
+ ],
921
+ "enum_changes": {
922
+ "added": [
923
+ "CPLAN",
924
+ "DESIGN",
925
+ "EQUIPMENT",
926
+ "FA",
927
+ "FTA",
928
+ "PROCESS"
929
+ ]
930
+ }
931
+ },
932
+ {
933
+ "name": "status",
934
+ "in": "query",
935
+ "changed_fields": [
936
+ "description",
937
+ "schema"
938
+ ],
939
+ "enum_changes": {
940
+ "added": [
941
+ "APPROVE",
942
+ "ASK_MODIFY_APPROVE",
943
+ "ASK_MODIFY_REVIEW",
944
+ "COMPLETED",
945
+ "DELAY",
946
+ "IN_PROGRESS",
947
+ "NA",
948
+ "REFUSED",
949
+ "REVIEW",
950
+ "SCORE",
951
+ "SELF_COMPLETED"
952
+ ]
953
+ }
954
+ },
955
+ {
956
+ "name": "tag",
957
+ "in": "query",
958
+ "changed_fields": [
959
+ "description",
960
+ "schema"
961
+ ],
962
+ "enum_changes": {
963
+ "added": [
964
+ "MASTER",
965
+ "NORMAL",
966
+ "REFERENCE"
967
+ ]
968
+ }
969
+ }
970
+ ]
971
+ }
972
+ },
973
+ {
974
+ "method": "GET",
975
+ "path": "/api/v2/template/block-diagrams/{blockDiagramType}/sheet-headers",
976
+ "summary": "Get block diagram Excel sheet headers for a given diagram type",
977
+ "changes": [
978
+ "parameters"
979
+ ],
980
+ "parameter_changes": {
981
+ "added": [],
982
+ "removed": [],
983
+ "modified": [
984
+ {
985
+ "name": "blockDiagramType",
986
+ "in": "path",
987
+ "changed_fields": [
988
+ "description"
989
+ ]
990
+ }
991
+ ]
992
+ }
993
+ },
994
+ {
995
+ "method": "GET",
996
+ "path": "/api/v2/worksheet-templates",
997
+ "summary": "List worksheet templates",
998
+ "changes": [
999
+ "parameters"
1000
+ ],
1001
+ "parameter_changes": {
1002
+ "added": [],
1003
+ "removed": [],
1004
+ "modified": [
1005
+ {
1006
+ "name": "fmeaType",
1007
+ "in": "query",
1008
+ "changed_fields": [
1009
+ "description",
1010
+ "schema"
1011
+ ],
1012
+ "enum_changes": {
1013
+ "added": [
1014
+ "CPLAN",
1015
+ "DESIGN",
1016
+ "EQUIPMENT",
1017
+ "FA",
1018
+ "FTA",
1019
+ "PROCESS"
1020
+ ]
1021
+ }
1022
+ }
1023
+ ]
1024
+ }
1025
+ },
1026
+ {
1027
+ "method": "PATCH",
1028
+ "path": "/api/v2/evaluation/{fmeaType}/display",
1029
+ "summary": "Bulk update criteria display visibility",
1030
+ "changes": [
1031
+ "parameters"
1032
+ ],
1033
+ "parameter_changes": {
1034
+ "added": [],
1035
+ "removed": [],
1036
+ "modified": [
1037
+ {
1038
+ "name": "fmeaType",
1039
+ "in": "path",
1040
+ "changed_fields": [
1041
+ "description",
1042
+ "schema"
1043
+ ],
1044
+ "enum_changes": {
1045
+ "added": [
1046
+ "CPLAN",
1047
+ "DESIGN",
1048
+ "EQUIPMENT",
1049
+ "FA",
1050
+ "FTA",
1051
+ "PROCESS"
1052
+ ]
1053
+ }
1054
+ }
1055
+ ]
1056
+ }
1057
+ },
1058
+ {
1059
+ "method": "POST",
1060
+ "path": "/api/v2/condition-library-excel/{type}/{uuid}",
1061
+ "summary": "Import condition library nodes from Excel",
1062
+ "changes": [
1063
+ "parameters"
1064
+ ],
1065
+ "parameter_changes": {
1066
+ "added": [],
1067
+ "removed": [],
1068
+ "modified": [
1069
+ {
1070
+ "name": "type",
1071
+ "in": "path",
1072
+ "changed_fields": [
1073
+ "description"
1074
+ ]
1075
+ }
1076
+ ]
1077
+ }
1078
+ },
1079
+ {
1080
+ "method": "POST",
1081
+ "path": "/api/v2/evaluation/{fmeaType}",
1082
+ "summary": "Create evaluation criteria",
1083
+ "changes": [
1084
+ "parameters"
1085
+ ],
1086
+ "parameter_changes": {
1087
+ "added": [],
1088
+ "removed": [],
1089
+ "modified": [
1090
+ {
1091
+ "name": "fmeaType",
1092
+ "in": "path",
1093
+ "changed_fields": [
1094
+ "description",
1095
+ "schema"
1096
+ ],
1097
+ "enum_changes": {
1098
+ "added": [
1099
+ "CPLAN",
1100
+ "DESIGN",
1101
+ "EQUIPMENT",
1102
+ "FA",
1103
+ "FTA",
1104
+ "PROCESS"
1105
+ ]
1106
+ }
1107
+ }
1108
+ ]
1109
+ }
1110
+ },
1111
+ {
1112
+ "method": "POST",
1113
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}/{category}",
1114
+ "summary": "Create rating item",
1115
+ "changes": [
1116
+ "parameters"
1117
+ ],
1118
+ "parameter_changes": {
1119
+ "added": [],
1120
+ "removed": [],
1121
+ "modified": [
1122
+ {
1123
+ "name": "fmeaType",
1124
+ "in": "path",
1125
+ "changed_fields": [
1126
+ "description",
1127
+ "schema"
1128
+ ],
1129
+ "enum_changes": {
1130
+ "added": [
1131
+ "CPLAN",
1132
+ "DESIGN",
1133
+ "EQUIPMENT",
1134
+ "FA",
1135
+ "FTA",
1136
+ "PROCESS"
1137
+ ]
1138
+ }
1139
+ },
1140
+ {
1141
+ "name": "category",
1142
+ "in": "path",
1143
+ "changed_fields": [
1144
+ "description",
1145
+ "schema"
1146
+ ],
1147
+ "enum_changes": {
1148
+ "added": [
1149
+ "DETECTION",
1150
+ "OCCURRENCE",
1151
+ "SEVERITY"
1152
+ ]
1153
+ }
1154
+ }
1155
+ ]
1156
+ }
1157
+ },
1158
+ {
1159
+ "method": "POST",
1160
+ "path": "/api/v2/projects/{projectId}/documents/categories/{documentCategory}",
1161
+ "summary": "Add a document to a project category",
1162
+ "changes": [
1163
+ "parameters"
1164
+ ],
1165
+ "parameter_changes": {
1166
+ "added": [],
1167
+ "removed": [],
1168
+ "modified": [
1169
+ {
1170
+ "name": "documentCategory",
1171
+ "in": "path",
1172
+ "changed_fields": [
1173
+ "description"
1174
+ ]
1175
+ }
1176
+ ]
1177
+ }
1178
+ },
1179
+ {
1180
+ "method": "PUT",
1181
+ "path": "/api/v2/condition-library/{type}/children",
1182
+ "summary": "Save condition library children",
1183
+ "changes": [
1184
+ "description",
1185
+ "parameters"
1186
+ ],
1187
+ "parameter_changes": {
1188
+ "added": [],
1189
+ "removed": [],
1190
+ "modified": [
1191
+ {
1192
+ "name": "type",
1193
+ "in": "path",
1194
+ "changed_fields": [
1195
+ "description"
1196
+ ]
1197
+ }
1198
+ ]
1199
+ }
1200
+ },
1201
+ {
1202
+ "method": "PUT",
1203
+ "path": "/api/v2/evaluation/{fmeaType}/default/{criteriaId}",
1204
+ "summary": "Set default evaluation criteria",
1205
+ "changes": [
1206
+ "parameters"
1207
+ ],
1208
+ "parameter_changes": {
1209
+ "added": [],
1210
+ "removed": [],
1211
+ "modified": [
1212
+ {
1213
+ "name": "fmeaType",
1214
+ "in": "path",
1215
+ "changed_fields": [
1216
+ "description",
1217
+ "schema"
1218
+ ],
1219
+ "enum_changes": {
1220
+ "added": [
1221
+ "CPLAN",
1222
+ "DESIGN",
1223
+ "EQUIPMENT",
1224
+ "FA",
1225
+ "FTA",
1226
+ "PROCESS"
1227
+ ]
1228
+ }
1229
+ }
1230
+ ]
1231
+ }
1232
+ },
1233
+ {
1234
+ "method": "PUT",
1235
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}",
1236
+ "summary": "Update evaluation criteria",
1237
+ "changes": [
1238
+ "parameters"
1239
+ ],
1240
+ "parameter_changes": {
1241
+ "added": [],
1242
+ "removed": [],
1243
+ "modified": [
1244
+ {
1245
+ "name": "fmeaType",
1246
+ "in": "path",
1247
+ "changed_fields": [
1248
+ "description",
1249
+ "schema"
1250
+ ],
1251
+ "enum_changes": {
1252
+ "added": [
1253
+ "CPLAN",
1254
+ "DESIGN",
1255
+ "EQUIPMENT",
1256
+ "FA",
1257
+ "FTA",
1258
+ "PROCESS"
1259
+ ]
1260
+ }
1261
+ }
1262
+ ]
1263
+ }
1264
+ },
1265
+ {
1266
+ "method": "PUT",
1267
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}/significance",
1268
+ "summary": "Save significance criteria (with fmeaType)",
1269
+ "changes": [
1270
+ "parameters"
1271
+ ],
1272
+ "parameter_changes": {
1273
+ "added": [],
1274
+ "removed": [],
1275
+ "modified": [
1276
+ {
1277
+ "name": "fmeaType",
1278
+ "in": "path",
1279
+ "changed_fields": [
1280
+ "description",
1281
+ "schema"
1282
+ ],
1283
+ "enum_changes": {
1284
+ "added": [
1285
+ "CPLAN",
1286
+ "DESIGN",
1287
+ "EQUIPMENT",
1288
+ "FA",
1289
+ "FTA",
1290
+ "PROCESS"
1291
+ ]
1292
+ }
1293
+ }
1294
+ ]
1295
+ }
1296
+ },
1297
+ {
1298
+ "method": "PUT",
1299
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}/{category}/{itemId}",
1300
+ "summary": "Update rating item",
1301
+ "changes": [
1302
+ "parameters"
1303
+ ],
1304
+ "parameter_changes": {
1305
+ "added": [],
1306
+ "removed": [],
1307
+ "modified": [
1308
+ {
1309
+ "name": "fmeaType",
1310
+ "in": "path",
1311
+ "changed_fields": [
1312
+ "description",
1313
+ "schema"
1314
+ ],
1315
+ "enum_changes": {
1316
+ "added": [
1317
+ "CPLAN",
1318
+ "DESIGN",
1319
+ "EQUIPMENT",
1320
+ "FA",
1321
+ "FTA",
1322
+ "PROCESS"
1323
+ ]
1324
+ }
1325
+ },
1326
+ {
1327
+ "name": "category",
1328
+ "in": "path",
1329
+ "changed_fields": [
1330
+ "description",
1331
+ "schema"
1332
+ ],
1333
+ "enum_changes": {
1334
+ "added": [
1335
+ "DETECTION",
1336
+ "OCCURRENCE",
1337
+ "SEVERITY"
1338
+ ]
1339
+ }
1340
+ }
1341
+ ]
1342
+ }
1343
+ }
1344
+ ]
1345
+ }