fmea-api-mcp-server 1.1.49 → 1.1.51

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,3468 @@
1
+ {
2
+ "1.1.46": {
3
+ "generated_at": "2026-03-21T11:16:20.488540",
4
+ "previous": "openapi@1.1.45",
5
+ "latest": "openapi@1.1.46",
6
+ "summary": {
7
+ "added": 1,
8
+ "removed": 0,
9
+ "modified": 0
10
+ },
11
+ "added": [
12
+ {
13
+ "method": "GET",
14
+ "path": "/api/v2/system/settings/public",
15
+ "summary": "Get public system settings",
16
+ "operationId": "getPublicSettings"
17
+ }
18
+ ],
19
+ "removed": [],
20
+ "modified": []
21
+ },
22
+ "1.1.47": {
23
+ "generated_at": "2026-03-21T11:16:20.507805",
24
+ "previous": "openapi@1.1.46",
25
+ "latest": "openapi@1.1.47",
26
+ "summary": {
27
+ "added": 1,
28
+ "removed": 0,
29
+ "modified": 67
30
+ },
31
+ "added": [
32
+ {
33
+ "method": "PUT",
34
+ "path": "/api/v2/condition-library/{type}/children",
35
+ "summary": "Save condition library children",
36
+ "operationId": "saveConditionLibraryChildren"
37
+ }
38
+ ],
39
+ "removed": [],
40
+ "modified": [
41
+ {
42
+ "method": "DELETE",
43
+ "path": "/api/v2/admin/api-keys/user/{userid}",
44
+ "summary": "Deactivate all API keys for a specific user",
45
+ "changes": [
46
+ "summary",
47
+ "description",
48
+ "parameters",
49
+ "tags"
50
+ ],
51
+ "parameter_changes": {
52
+ "added": [],
53
+ "removed": [],
54
+ "modified": [
55
+ {
56
+ "name": "userid",
57
+ "in": "path",
58
+ "changed_fields": [
59
+ "description"
60
+ ]
61
+ }
62
+ ]
63
+ }
64
+ },
65
+ {
66
+ "method": "DELETE",
67
+ "path": "/api/v2/admin/api-keys/{id}",
68
+ "summary": "Force-deactivate an API key by ID",
69
+ "changes": [
70
+ "summary",
71
+ "description",
72
+ "parameters",
73
+ "tags"
74
+ ],
75
+ "parameter_changes": {
76
+ "added": [],
77
+ "removed": [],
78
+ "modified": [
79
+ {
80
+ "name": "id",
81
+ "in": "path",
82
+ "changed_fields": [
83
+ "description"
84
+ ]
85
+ }
86
+ ]
87
+ }
88
+ },
89
+ {
90
+ "method": "DELETE",
91
+ "path": "/api/v2/api-keys/{id}",
92
+ "summary": "Delete an API key owned by the authenticated user",
93
+ "changes": [
94
+ "summary",
95
+ "description",
96
+ "parameters",
97
+ "tags"
98
+ ],
99
+ "parameter_changes": {
100
+ "added": [],
101
+ "removed": [],
102
+ "modified": [
103
+ {
104
+ "name": "id",
105
+ "in": "path",
106
+ "changed_fields": [
107
+ "description"
108
+ ]
109
+ }
110
+ ]
111
+ }
112
+ },
113
+ {
114
+ "method": "DELETE",
115
+ "path": "/api/v2/fourm/{id}",
116
+ "summary": "Delete a 4M record",
117
+ "changes": [
118
+ "summary",
119
+ "description",
120
+ "parameters",
121
+ "tags"
122
+ ],
123
+ "parameter_changes": {
124
+ "added": [],
125
+ "removed": [],
126
+ "modified": [
127
+ {
128
+ "name": "id",
129
+ "in": "path",
130
+ "changed_fields": [
131
+ "description"
132
+ ]
133
+ }
134
+ ]
135
+ }
136
+ },
137
+ {
138
+ "method": "DELETE",
139
+ "path": "/api/v2/projects/{projectId}/documents/{documentId}",
140
+ "summary": "Delete a project document",
141
+ "changes": [
142
+ "summary",
143
+ "description",
144
+ "parameters",
145
+ "tags"
146
+ ],
147
+ "parameter_changes": {
148
+ "added": [],
149
+ "removed": [],
150
+ "modified": [
151
+ {
152
+ "name": "projectId",
153
+ "in": "path",
154
+ "changed_fields": [
155
+ "description"
156
+ ]
157
+ },
158
+ {
159
+ "name": "documentId",
160
+ "in": "path",
161
+ "changed_fields": [
162
+ "description"
163
+ ]
164
+ }
165
+ ]
166
+ }
167
+ },
168
+ {
169
+ "method": "DELETE",
170
+ "path": "/api/v2/projects/{projectId}/worksheets/{reportNoSimple}",
171
+ "summary": "Delete worksheet by report number",
172
+ "changes": [
173
+ "summary",
174
+ "description",
175
+ "parameters",
176
+ "tags"
177
+ ],
178
+ "parameter_changes": {
179
+ "added": [],
180
+ "removed": [],
181
+ "modified": [
182
+ {
183
+ "name": "projectId",
184
+ "in": "path",
185
+ "changed_fields": [
186
+ "description"
187
+ ]
188
+ },
189
+ {
190
+ "name": "reportNoSimple",
191
+ "in": "path",
192
+ "changed_fields": [
193
+ "description"
194
+ ]
195
+ }
196
+ ]
197
+ }
198
+ },
199
+ {
200
+ "method": "DELETE",
201
+ "path": "/api/v2/template/action-status/{id}",
202
+ "summary": "Delete action status",
203
+ "changes": [
204
+ "tags"
205
+ ]
206
+ },
207
+ {
208
+ "method": "GET",
209
+ "path": "/api/v2/admin/api-keys",
210
+ "summary": "List all API keys across all users",
211
+ "changes": [
212
+ "summary",
213
+ "description",
214
+ "parameters",
215
+ "tags"
216
+ ],
217
+ "parameter_changes": {
218
+ "added": [],
219
+ "removed": [],
220
+ "modified": [
221
+ {
222
+ "name": "userid",
223
+ "in": "query",
224
+ "changed_fields": [
225
+ "description"
226
+ ]
227
+ },
228
+ {
229
+ "name": "isActive",
230
+ "in": "query",
231
+ "changed_fields": [
232
+ "description"
233
+ ]
234
+ },
235
+ {
236
+ "name": "expiredOnly",
237
+ "in": "query",
238
+ "changed_fields": [
239
+ "description"
240
+ ]
241
+ },
242
+ {
243
+ "name": "page",
244
+ "in": "query",
245
+ "changed_fields": [
246
+ "description"
247
+ ]
248
+ },
249
+ {
250
+ "name": "size",
251
+ "in": "query",
252
+ "changed_fields": [
253
+ "description"
254
+ ]
255
+ }
256
+ ]
257
+ }
258
+ },
259
+ {
260
+ "method": "GET",
261
+ "path": "/api/v2/admin/api-keys/stats",
262
+ "summary": "Get API key statistics",
263
+ "changes": [
264
+ "summary",
265
+ "description",
266
+ "tags"
267
+ ]
268
+ },
269
+ {
270
+ "method": "GET",
271
+ "path": "/api/v2/admin/apikeys/logs",
272
+ "summary": "Query API key audit logs",
273
+ "changes": [
274
+ "summary",
275
+ "description",
276
+ "parameters",
277
+ "tags"
278
+ ],
279
+ "parameter_changes": {
280
+ "added": [],
281
+ "removed": [],
282
+ "modified": [
283
+ {
284
+ "name": "adminUserid",
285
+ "in": "query",
286
+ "changed_fields": [
287
+ "description"
288
+ ]
289
+ },
290
+ {
291
+ "name": "targetUserid",
292
+ "in": "query",
293
+ "changed_fields": [
294
+ "description"
295
+ ]
296
+ },
297
+ {
298
+ "name": "action",
299
+ "in": "query",
300
+ "changed_fields": [
301
+ "description"
302
+ ]
303
+ },
304
+ {
305
+ "name": "startDate",
306
+ "in": "query",
307
+ "changed_fields": [
308
+ "description"
309
+ ]
310
+ },
311
+ {
312
+ "name": "endDate",
313
+ "in": "query",
314
+ "changed_fields": [
315
+ "description"
316
+ ]
317
+ },
318
+ {
319
+ "name": "page",
320
+ "in": "query",
321
+ "changed_fields": [
322
+ "description"
323
+ ]
324
+ },
325
+ {
326
+ "name": "size",
327
+ "in": "query",
328
+ "changed_fields": [
329
+ "description"
330
+ ]
331
+ }
332
+ ]
333
+ }
334
+ },
335
+ {
336
+ "method": "GET",
337
+ "path": "/api/v2/api-keys",
338
+ "summary": "List all API keys for the authenticated user",
339
+ "changes": [
340
+ "summary",
341
+ "description",
342
+ "tags"
343
+ ]
344
+ },
345
+ {
346
+ "method": "GET",
347
+ "path": "/api/v2/api-keys/{id}/logs",
348
+ "summary": "Get usage logs for an API key",
349
+ "changes": [
350
+ "summary",
351
+ "description",
352
+ "parameters",
353
+ "tags"
354
+ ],
355
+ "parameter_changes": {
356
+ "added": [],
357
+ "removed": [],
358
+ "modified": [
359
+ {
360
+ "name": "id",
361
+ "in": "path",
362
+ "changed_fields": [
363
+ "description"
364
+ ]
365
+ },
366
+ {
367
+ "name": "startDate",
368
+ "in": "query",
369
+ "changed_fields": [
370
+ "description"
371
+ ]
372
+ },
373
+ {
374
+ "name": "endDate",
375
+ "in": "query",
376
+ "changed_fields": [
377
+ "description"
378
+ ]
379
+ },
380
+ {
381
+ "name": "endpoint",
382
+ "in": "query",
383
+ "changed_fields": [
384
+ "description"
385
+ ]
386
+ },
387
+ {
388
+ "name": "statusCode",
389
+ "in": "query",
390
+ "changed_fields": [
391
+ "description"
392
+ ]
393
+ },
394
+ {
395
+ "name": "page",
396
+ "in": "query",
397
+ "changed_fields": [
398
+ "description"
399
+ ]
400
+ },
401
+ {
402
+ "name": "size",
403
+ "in": "query",
404
+ "changed_fields": [
405
+ "description"
406
+ ]
407
+ }
408
+ ]
409
+ }
410
+ },
411
+ {
412
+ "method": "GET",
413
+ "path": "/api/v2/api-keys/{id}/logs/summary",
414
+ "summary": "Get usage log summary for an API key",
415
+ "changes": [
416
+ "summary",
417
+ "description",
418
+ "parameters",
419
+ "tags"
420
+ ],
421
+ "parameter_changes": {
422
+ "added": [],
423
+ "removed": [],
424
+ "modified": [
425
+ {
426
+ "name": "id",
427
+ "in": "path",
428
+ "changed_fields": [
429
+ "description"
430
+ ]
431
+ },
432
+ {
433
+ "name": "startDate",
434
+ "in": "query",
435
+ "changed_fields": [
436
+ "description"
437
+ ]
438
+ },
439
+ {
440
+ "name": "endDate",
441
+ "in": "query",
442
+ "changed_fields": [
443
+ "description"
444
+ ]
445
+ }
446
+ ]
447
+ }
448
+ },
449
+ {
450
+ "method": "GET",
451
+ "path": "/api/v2/divisions",
452
+ "summary": "Search divisions",
453
+ "changes": [
454
+ "parameters"
455
+ ],
456
+ "parameter_changes": {
457
+ "added": [],
458
+ "removed": [
459
+ {
460
+ "name": "useSynonym",
461
+ "in": "query"
462
+ }
463
+ ],
464
+ "modified": []
465
+ }
466
+ },
467
+ {
468
+ "method": "GET",
469
+ "path": "/api/v2/excel/{uuid}",
470
+ "summary": "Parse all sheets from an uploaded Excel file",
471
+ "changes": [
472
+ "summary",
473
+ "description",
474
+ "parameters",
475
+ "tags"
476
+ ],
477
+ "parameter_changes": {
478
+ "added": [],
479
+ "removed": [],
480
+ "modified": [
481
+ {
482
+ "name": "uuid",
483
+ "in": "path",
484
+ "changed_fields": [
485
+ "description"
486
+ ]
487
+ },
488
+ {
489
+ "name": "startRowNumber",
490
+ "in": "query",
491
+ "changed_fields": [
492
+ "description"
493
+ ]
494
+ },
495
+ {
496
+ "name": "reindexFromZero",
497
+ "in": "query",
498
+ "changed_fields": [
499
+ "description"
500
+ ]
501
+ }
502
+ ]
503
+ }
504
+ },
505
+ {
506
+ "method": "GET",
507
+ "path": "/api/v2/excel/{uuid}/sheets/{sheetIndex}",
508
+ "summary": "Parse a specific sheet from an uploaded Excel file",
509
+ "changes": [
510
+ "summary",
511
+ "description",
512
+ "parameters",
513
+ "tags"
514
+ ],
515
+ "parameter_changes": {
516
+ "added": [],
517
+ "removed": [],
518
+ "modified": [
519
+ {
520
+ "name": "uuid",
521
+ "in": "path",
522
+ "changed_fields": [
523
+ "description"
524
+ ]
525
+ },
526
+ {
527
+ "name": "sheetIndex",
528
+ "in": "path",
529
+ "changed_fields": [
530
+ "description"
531
+ ]
532
+ },
533
+ {
534
+ "name": "startRowNumber",
535
+ "in": "query",
536
+ "changed_fields": [
537
+ "description"
538
+ ]
539
+ },
540
+ {
541
+ "name": "reindexFromZero",
542
+ "in": "query",
543
+ "changed_fields": [
544
+ "description"
545
+ ]
546
+ }
547
+ ]
548
+ }
549
+ },
550
+ {
551
+ "method": "GET",
552
+ "path": "/api/v2/fourm",
553
+ "summary": "List 4M records",
554
+ "changes": [
555
+ "summary",
556
+ "description",
557
+ "parameters",
558
+ "tags"
559
+ ],
560
+ "parameter_changes": {
561
+ "added": [],
562
+ "removed": [],
563
+ "modified": [
564
+ {
565
+ "name": "projectId",
566
+ "in": "query",
567
+ "changed_fields": [
568
+ "description"
569
+ ]
570
+ },
571
+ {
572
+ "name": "tag",
573
+ "in": "query",
574
+ "changed_fields": [
575
+ "description"
576
+ ]
577
+ },
578
+ {
579
+ "name": "secondTag",
580
+ "in": "query",
581
+ "changed_fields": [
582
+ "description"
583
+ ]
584
+ }
585
+ ]
586
+ }
587
+ },
588
+ {
589
+ "method": "GET",
590
+ "path": "/api/v2/fourm/{id}",
591
+ "summary": "Get a 4M record by ID",
592
+ "changes": [
593
+ "summary",
594
+ "description",
595
+ "parameters",
596
+ "tags"
597
+ ],
598
+ "parameter_changes": {
599
+ "added": [],
600
+ "removed": [],
601
+ "modified": [
602
+ {
603
+ "name": "id",
604
+ "in": "path",
605
+ "changed_fields": [
606
+ "description"
607
+ ]
608
+ }
609
+ ]
610
+ }
611
+ },
612
+ {
613
+ "method": "GET",
614
+ "path": "/api/v2/open/metrics/{apType}/constants",
615
+ "summary": "Get metric constants for an AP type",
616
+ "changes": [
617
+ "summary",
618
+ "description",
619
+ "parameters",
620
+ "tags"
621
+ ],
622
+ "parameter_changes": {
623
+ "added": [],
624
+ "removed": [],
625
+ "modified": [
626
+ {
627
+ "name": "apType",
628
+ "in": "path",
629
+ "changed_fields": [
630
+ "description"
631
+ ]
632
+ }
633
+ ]
634
+ }
635
+ },
636
+ {
637
+ "method": "GET",
638
+ "path": "/api/v2/projects/{projectId}",
639
+ "summary": "Get project details",
640
+ "changes": [
641
+ "description"
642
+ ]
643
+ },
644
+ {
645
+ "method": "GET",
646
+ "path": "/api/v2/projects/{projectId}/documents",
647
+ "summary": "List all documents for a project",
648
+ "changes": [
649
+ "summary",
650
+ "description",
651
+ "parameters",
652
+ "tags"
653
+ ],
654
+ "parameter_changes": {
655
+ "added": [],
656
+ "removed": [],
657
+ "modified": [
658
+ {
659
+ "name": "projectId",
660
+ "in": "path",
661
+ "changed_fields": [
662
+ "description"
663
+ ]
664
+ }
665
+ ]
666
+ }
667
+ },
668
+ {
669
+ "method": "GET",
670
+ "path": "/api/v2/projects/{projectId}/documents/categories/{documentCategory}",
671
+ "summary": "List documents by category for a project",
672
+ "changes": [
673
+ "summary",
674
+ "description",
675
+ "parameters",
676
+ "tags"
677
+ ],
678
+ "parameter_changes": {
679
+ "added": [],
680
+ "removed": [],
681
+ "modified": [
682
+ {
683
+ "name": "projectId",
684
+ "in": "path",
685
+ "changed_fields": [
686
+ "description"
687
+ ]
688
+ },
689
+ {
690
+ "name": "documentCategory",
691
+ "in": "path",
692
+ "changed_fields": [
693
+ "description"
694
+ ]
695
+ }
696
+ ]
697
+ }
698
+ },
699
+ {
700
+ "method": "GET",
701
+ "path": "/api/v2/projects/{projectId}/documents/categories/{documentCategory}/path/{documentPath}",
702
+ "summary": "List documents by category and path for a project",
703
+ "changes": [
704
+ "summary",
705
+ "description",
706
+ "parameters",
707
+ "tags"
708
+ ],
709
+ "parameter_changes": {
710
+ "added": [],
711
+ "removed": [],
712
+ "modified": [
713
+ {
714
+ "name": "projectId",
715
+ "in": "path",
716
+ "changed_fields": [
717
+ "description"
718
+ ]
719
+ },
720
+ {
721
+ "name": "documentCategory",
722
+ "in": "path",
723
+ "changed_fields": [
724
+ "description"
725
+ ]
726
+ },
727
+ {
728
+ "name": "documentPath",
729
+ "in": "path",
730
+ "changed_fields": [
731
+ "description"
732
+ ]
733
+ }
734
+ ]
735
+ }
736
+ },
737
+ {
738
+ "method": "GET",
739
+ "path": "/api/v2/projects/{projectId}/documents/{documentId}",
740
+ "summary": "Get a project document by ID",
741
+ "changes": [
742
+ "summary",
743
+ "description",
744
+ "parameters",
745
+ "tags"
746
+ ],
747
+ "parameter_changes": {
748
+ "added": [],
749
+ "removed": [],
750
+ "modified": [
751
+ {
752
+ "name": "projectId",
753
+ "in": "path",
754
+ "changed_fields": [
755
+ "description"
756
+ ]
757
+ },
758
+ {
759
+ "name": "documentId",
760
+ "in": "path",
761
+ "changed_fields": [
762
+ "description"
763
+ ]
764
+ }
765
+ ]
766
+ }
767
+ },
768
+ {
769
+ "method": "GET",
770
+ "path": "/api/v2/projects/{projectId}/documents/{documentId}/download",
771
+ "summary": "Get download link for a project document",
772
+ "changes": [
773
+ "summary",
774
+ "description",
775
+ "parameters",
776
+ "tags"
777
+ ],
778
+ "parameter_changes": {
779
+ "added": [],
780
+ "removed": [],
781
+ "modified": [
782
+ {
783
+ "name": "projectId",
784
+ "in": "path",
785
+ "changed_fields": [
786
+ "description"
787
+ ]
788
+ },
789
+ {
790
+ "name": "documentId",
791
+ "in": "path",
792
+ "changed_fields": [
793
+ "description"
794
+ ]
795
+ }
796
+ ]
797
+ }
798
+ },
799
+ {
800
+ "method": "GET",
801
+ "path": "/api/v2/projects/{projectId}/high-items",
802
+ "summary": "List high items by project",
803
+ "changes": [
804
+ "parameters"
805
+ ],
806
+ "parameter_changes": {
807
+ "added": [],
808
+ "removed": [],
809
+ "modified": [
810
+ {
811
+ "name": "projectId",
812
+ "in": "path",
813
+ "changed_fields": [
814
+ "description"
815
+ ]
816
+ },
817
+ {
818
+ "name": "q",
819
+ "in": "query",
820
+ "changed_fields": [
821
+ "description"
822
+ ]
823
+ }
824
+ ]
825
+ }
826
+ },
827
+ {
828
+ "method": "GET",
829
+ "path": "/api/v2/projects/{projectId}/join-requests",
830
+ "summary": "List project join requests",
831
+ "changes": [
832
+ "description"
833
+ ]
834
+ },
835
+ {
836
+ "method": "GET",
837
+ "path": "/api/v2/projects/{projectId}/members",
838
+ "summary": "List project members",
839
+ "changes": [
840
+ "parameters"
841
+ ],
842
+ "parameter_changes": {
843
+ "added": [],
844
+ "removed": [
845
+ {
846
+ "name": "useSynonym",
847
+ "in": "query"
848
+ }
849
+ ],
850
+ "modified": []
851
+ }
852
+ },
853
+ {
854
+ "method": "GET",
855
+ "path": "/api/v2/projects/{projectId}/summary",
856
+ "summary": "Get project summary",
857
+ "changes": [
858
+ "description"
859
+ ]
860
+ },
861
+ {
862
+ "method": "GET",
863
+ "path": "/api/v2/projects/{projectId}/worksheet-excel/{reportNoSimple}",
864
+ "summary": "Get Excel download link for a worksheet",
865
+ "changes": [
866
+ "summary",
867
+ "description",
868
+ "parameters",
869
+ "tags"
870
+ ],
871
+ "parameter_changes": {
872
+ "added": [],
873
+ "removed": [],
874
+ "modified": [
875
+ {
876
+ "name": "projectId",
877
+ "in": "path",
878
+ "changed_fields": [
879
+ "description"
880
+ ]
881
+ },
882
+ {
883
+ "name": "reportNoSimple",
884
+ "in": "path",
885
+ "changed_fields": [
886
+ "description"
887
+ ]
888
+ }
889
+ ]
890
+ }
891
+ },
892
+ {
893
+ "method": "GET",
894
+ "path": "/api/v2/projects/{projectId}/worksheet-excel/{reportNoSimple}/sheets",
895
+ "summary": "List POISheet sheets for a worksheet Excel",
896
+ "changes": [
897
+ "summary",
898
+ "description",
899
+ "parameters",
900
+ "tags"
901
+ ],
902
+ "parameter_changes": {
903
+ "added": [],
904
+ "removed": [],
905
+ "modified": [
906
+ {
907
+ "name": "projectId",
908
+ "in": "path",
909
+ "changed_fields": [
910
+ "description"
911
+ ]
912
+ },
913
+ {
914
+ "name": "reportNoSimple",
915
+ "in": "path",
916
+ "changed_fields": [
917
+ "description"
918
+ ]
919
+ }
920
+ ]
921
+ }
922
+ },
923
+ {
924
+ "method": "GET",
925
+ "path": "/api/v2/projects/{projectId}/worksheet-excel/{uuid}/metadata",
926
+ "summary": "Get Excel file metadata for a worksheet import",
927
+ "changes": [
928
+ "summary",
929
+ "description",
930
+ "parameters",
931
+ "tags"
932
+ ],
933
+ "parameter_changes": {
934
+ "added": [],
935
+ "removed": [],
936
+ "modified": [
937
+ {
938
+ "name": "projectId",
939
+ "in": "path",
940
+ "changed_fields": [
941
+ "description"
942
+ ]
943
+ },
944
+ {
945
+ "name": "uuid",
946
+ "in": "path",
947
+ "changed_fields": [
948
+ "description"
949
+ ]
950
+ }
951
+ ]
952
+ }
953
+ },
954
+ {
955
+ "method": "GET",
956
+ "path": "/api/v2/projects/{projectId}/worksheets",
957
+ "summary": "List worksheet summaries for a project",
958
+ "changes": [
959
+ "summary",
960
+ "description",
961
+ "parameters",
962
+ "tags"
963
+ ],
964
+ "parameter_changes": {
965
+ "added": [],
966
+ "removed": [],
967
+ "modified": [
968
+ {
969
+ "name": "projectId",
970
+ "in": "path",
971
+ "changed_fields": [
972
+ "description"
973
+ ]
974
+ }
975
+ ]
976
+ }
977
+ },
978
+ {
979
+ "method": "GET",
980
+ "path": "/api/v2/projects/{projectId}/worksheets/failuremode/{failureModeId}",
981
+ "summary": "Get worksheet by failure mode ID",
982
+ "changes": [
983
+ "summary",
984
+ "description",
985
+ "parameters",
986
+ "tags"
987
+ ],
988
+ "parameter_changes": {
989
+ "added": [],
990
+ "removed": [],
991
+ "modified": [
992
+ {
993
+ "name": "projectId",
994
+ "in": "path",
995
+ "changed_fields": [
996
+ "description"
997
+ ]
998
+ },
999
+ {
1000
+ "name": "failureModeId",
1001
+ "in": "path",
1002
+ "changed_fields": [
1003
+ "description"
1004
+ ]
1005
+ }
1006
+ ]
1007
+ }
1008
+ },
1009
+ {
1010
+ "method": "GET",
1011
+ "path": "/api/v2/projects/{projectId}/worksheets/{reportNoSimple}",
1012
+ "summary": "Get worksheet detail by report number",
1013
+ "changes": [
1014
+ "summary",
1015
+ "description",
1016
+ "parameters",
1017
+ "tags"
1018
+ ],
1019
+ "parameter_changes": {
1020
+ "added": [],
1021
+ "removed": [],
1022
+ "modified": [
1023
+ {
1024
+ "name": "projectId",
1025
+ "in": "path",
1026
+ "changed_fields": [
1027
+ "description"
1028
+ ]
1029
+ },
1030
+ {
1031
+ "name": "reportNoSimple",
1032
+ "in": "path",
1033
+ "changed_fields": [
1034
+ "description"
1035
+ ]
1036
+ }
1037
+ ]
1038
+ }
1039
+ },
1040
+ {
1041
+ "method": "GET",
1042
+ "path": "/api/v2/projects/{projectId}/worksheets/{reportNo}/headers",
1043
+ "summary": "Get worksheet headers",
1044
+ "changes": [
1045
+ "parameters",
1046
+ "tags"
1047
+ ],
1048
+ "parameter_changes": {
1049
+ "added": [],
1050
+ "removed": [],
1051
+ "modified": [
1052
+ {
1053
+ "name": "projectId",
1054
+ "in": "path",
1055
+ "changed_fields": [
1056
+ "description"
1057
+ ]
1058
+ },
1059
+ {
1060
+ "name": "reportNo",
1061
+ "in": "path",
1062
+ "changed_fields": [
1063
+ "description"
1064
+ ]
1065
+ }
1066
+ ]
1067
+ }
1068
+ },
1069
+ {
1070
+ "method": "GET",
1071
+ "path": "/api/v2/system/context-version",
1072
+ "summary": "Get version info for a deployed web application context",
1073
+ "changes": [
1074
+ "summary",
1075
+ "description",
1076
+ "parameters",
1077
+ "tags"
1078
+ ],
1079
+ "parameter_changes": {
1080
+ "added": [],
1081
+ "removed": [],
1082
+ "modified": [
1083
+ {
1084
+ "name": "contextPath",
1085
+ "in": "query",
1086
+ "changed_fields": [
1087
+ "description"
1088
+ ]
1089
+ }
1090
+ ]
1091
+ }
1092
+ },
1093
+ {
1094
+ "method": "GET",
1095
+ "path": "/api/v2/system/health",
1096
+ "summary": "Health check",
1097
+ "changes": [
1098
+ "summary",
1099
+ "description",
1100
+ "tags"
1101
+ ]
1102
+ },
1103
+ {
1104
+ "method": "GET",
1105
+ "path": "/api/v2/template/action-status",
1106
+ "summary": "Get all action statuses",
1107
+ "changes": [
1108
+ "tags"
1109
+ ]
1110
+ },
1111
+ {
1112
+ "method": "GET",
1113
+ "path": "/api/v2/template/action-status/{id}",
1114
+ "summary": "Get action status by ID",
1115
+ "changes": [
1116
+ "tags"
1117
+ ]
1118
+ },
1119
+ {
1120
+ "method": "GET",
1121
+ "path": "/api/v2/template/block-diagrams/{blockDiagramType}/sheet-headers",
1122
+ "summary": "Get block diagram Excel sheet headers for a given diagram type",
1123
+ "changes": [
1124
+ "summary",
1125
+ "description",
1126
+ "parameters",
1127
+ "tags"
1128
+ ],
1129
+ "parameter_changes": {
1130
+ "added": [],
1131
+ "removed": [],
1132
+ "modified": [
1133
+ {
1134
+ "name": "blockDiagramType",
1135
+ "in": "path",
1136
+ "changed_fields": [
1137
+ "description"
1138
+ ]
1139
+ }
1140
+ ]
1141
+ }
1142
+ },
1143
+ {
1144
+ "method": "GET",
1145
+ "path": "/api/v2/users",
1146
+ "summary": "Search users",
1147
+ "changes": [
1148
+ "parameters"
1149
+ ],
1150
+ "parameter_changes": {
1151
+ "added": [],
1152
+ "removed": [
1153
+ {
1154
+ "name": "useSynonym",
1155
+ "in": "query"
1156
+ }
1157
+ ],
1158
+ "modified": []
1159
+ }
1160
+ },
1161
+ {
1162
+ "method": "GET",
1163
+ "path": "/api/v2/worksheet-templates",
1164
+ "summary": "List worksheet templates",
1165
+ "changes": [
1166
+ "tags"
1167
+ ]
1168
+ },
1169
+ {
1170
+ "method": "GET",
1171
+ "path": "/api/v2/worksheet-templates/{id}",
1172
+ "summary": "Get worksheet template",
1173
+ "changes": [
1174
+ "parameters",
1175
+ "tags"
1176
+ ],
1177
+ "parameter_changes": {
1178
+ "added": [],
1179
+ "removed": [],
1180
+ "modified": [
1181
+ {
1182
+ "name": "id",
1183
+ "in": "path",
1184
+ "changed_fields": [
1185
+ "description"
1186
+ ]
1187
+ }
1188
+ ]
1189
+ }
1190
+ },
1191
+ {
1192
+ "method": "GET",
1193
+ "path": "/api/v2/worksheet-templates/{id}/headers",
1194
+ "summary": "Get worksheet template headers",
1195
+ "changes": [
1196
+ "parameters",
1197
+ "tags"
1198
+ ],
1199
+ "parameter_changes": {
1200
+ "added": [],
1201
+ "removed": [],
1202
+ "modified": [
1203
+ {
1204
+ "name": "id",
1205
+ "in": "path",
1206
+ "changed_fields": [
1207
+ "description"
1208
+ ]
1209
+ }
1210
+ ]
1211
+ }
1212
+ },
1213
+ {
1214
+ "method": "PATCH",
1215
+ "path": "/api/v2/projects/{projectId}",
1216
+ "summary": "Partially update project details",
1217
+ "changes": [
1218
+ "description"
1219
+ ]
1220
+ },
1221
+ {
1222
+ "method": "POST",
1223
+ "path": "/api/v2/admin/projects/dashboard/refresh",
1224
+ "summary": "Refresh worksheet dashboard snapshots",
1225
+ "changes": [
1226
+ "parameters",
1227
+ "tags"
1228
+ ],
1229
+ "parameter_changes": {
1230
+ "added": [],
1231
+ "removed": [],
1232
+ "modified": [
1233
+ {
1234
+ "name": "divisionId",
1235
+ "in": "query",
1236
+ "changed_fields": [
1237
+ "description"
1238
+ ]
1239
+ }
1240
+ ]
1241
+ }
1242
+ },
1243
+ {
1244
+ "method": "POST",
1245
+ "path": "/api/v2/api-keys",
1246
+ "summary": "Issue a new API key for the authenticated user",
1247
+ "changes": [
1248
+ "summary",
1249
+ "description",
1250
+ "tags"
1251
+ ]
1252
+ },
1253
+ {
1254
+ "method": "POST",
1255
+ "path": "/api/v2/api-keys/{id}/regenerate",
1256
+ "summary": "Regenerate an API key",
1257
+ "changes": [
1258
+ "summary",
1259
+ "description",
1260
+ "parameters",
1261
+ "tags"
1262
+ ],
1263
+ "parameter_changes": {
1264
+ "added": [],
1265
+ "removed": [],
1266
+ "modified": [
1267
+ {
1268
+ "name": "id",
1269
+ "in": "path",
1270
+ "changed_fields": [
1271
+ "description"
1272
+ ]
1273
+ }
1274
+ ]
1275
+ }
1276
+ },
1277
+ {
1278
+ "method": "POST",
1279
+ "path": "/api/v2/condition-library/{type}",
1280
+ "summary": "Create condition library node",
1281
+ "changes": [
1282
+ "description"
1283
+ ]
1284
+ },
1285
+ {
1286
+ "method": "POST",
1287
+ "path": "/api/v2/excel/generate",
1288
+ "summary": "Generate an Excel file from spreadsheet data",
1289
+ "changes": [
1290
+ "summary",
1291
+ "description",
1292
+ "tags"
1293
+ ]
1294
+ },
1295
+ {
1296
+ "method": "POST",
1297
+ "path": "/api/v2/files",
1298
+ "summary": "Upload one or more files",
1299
+ "changes": [
1300
+ "summary",
1301
+ "description",
1302
+ "tags"
1303
+ ]
1304
+ },
1305
+ {
1306
+ "method": "POST",
1307
+ "path": "/api/v2/fourm",
1308
+ "summary": "Create a 4M record",
1309
+ "changes": [
1310
+ "summary",
1311
+ "description",
1312
+ "tags"
1313
+ ]
1314
+ },
1315
+ {
1316
+ "method": "POST",
1317
+ "path": "/api/v2/projects/{projectId}/documents/categories/{documentCategory}",
1318
+ "summary": "Add a document to a project category",
1319
+ "changes": [
1320
+ "summary",
1321
+ "description",
1322
+ "parameters",
1323
+ "tags"
1324
+ ],
1325
+ "parameter_changes": {
1326
+ "added": [],
1327
+ "removed": [],
1328
+ "modified": [
1329
+ {
1330
+ "name": "projectId",
1331
+ "in": "path",
1332
+ "changed_fields": [
1333
+ "description"
1334
+ ]
1335
+ },
1336
+ {
1337
+ "name": "documentCategory",
1338
+ "in": "path",
1339
+ "changed_fields": [
1340
+ "description"
1341
+ ]
1342
+ }
1343
+ ]
1344
+ }
1345
+ },
1346
+ {
1347
+ "method": "POST",
1348
+ "path": "/api/v2/projects/{projectId}/join-requests",
1349
+ "summary": "Create a project join request",
1350
+ "changes": [
1351
+ "description"
1352
+ ]
1353
+ },
1354
+ {
1355
+ "method": "POST",
1356
+ "path": "/api/v2/projects/{projectId}/worksheet-excel/{uuid}",
1357
+ "summary": "Import a new worksheet from an uploaded Excel file",
1358
+ "changes": [
1359
+ "summary",
1360
+ "description",
1361
+ "parameters",
1362
+ "tags"
1363
+ ],
1364
+ "parameter_changes": {
1365
+ "added": [],
1366
+ "removed": [],
1367
+ "modified": [
1368
+ {
1369
+ "name": "projectId",
1370
+ "in": "path",
1371
+ "changed_fields": [
1372
+ "description"
1373
+ ]
1374
+ },
1375
+ {
1376
+ "name": "uuid",
1377
+ "in": "path",
1378
+ "changed_fields": [
1379
+ "description"
1380
+ ]
1381
+ }
1382
+ ]
1383
+ }
1384
+ },
1385
+ {
1386
+ "method": "POST",
1387
+ "path": "/api/v2/projects/{projectId}/worksheets",
1388
+ "summary": "Create a new worksheet in a project",
1389
+ "changes": [
1390
+ "summary",
1391
+ "description",
1392
+ "parameters",
1393
+ "tags"
1394
+ ],
1395
+ "parameter_changes": {
1396
+ "added": [],
1397
+ "removed": [],
1398
+ "modified": [
1399
+ {
1400
+ "name": "projectId",
1401
+ "in": "path",
1402
+ "changed_fields": [
1403
+ "description"
1404
+ ]
1405
+ }
1406
+ ]
1407
+ }
1408
+ },
1409
+ {
1410
+ "method": "POST",
1411
+ "path": "/api/v2/projects/{projectId}/worksheets/failuremode/{failureModeId}",
1412
+ "summary": "Create worksheet row for a failure mode",
1413
+ "changes": [
1414
+ "summary",
1415
+ "description",
1416
+ "parameters",
1417
+ "tags"
1418
+ ],
1419
+ "parameter_changes": {
1420
+ "added": [],
1421
+ "removed": [],
1422
+ "modified": [
1423
+ {
1424
+ "name": "projectId",
1425
+ "in": "path",
1426
+ "changed_fields": [
1427
+ "description"
1428
+ ]
1429
+ },
1430
+ {
1431
+ "name": "failureModeId",
1432
+ "in": "path",
1433
+ "changed_fields": [
1434
+ "description"
1435
+ ]
1436
+ },
1437
+ {
1438
+ "name": "blockDiagramId",
1439
+ "in": "query",
1440
+ "changed_fields": [
1441
+ "description"
1442
+ ]
1443
+ }
1444
+ ]
1445
+ }
1446
+ },
1447
+ {
1448
+ "method": "POST",
1449
+ "path": "/api/v2/template/action-status",
1450
+ "summary": "Create action status",
1451
+ "changes": [
1452
+ "tags"
1453
+ ]
1454
+ },
1455
+ {
1456
+ "method": "PUT",
1457
+ "path": "/api/v2/fourm/{id}",
1458
+ "summary": "Update a 4M record",
1459
+ "changes": [
1460
+ "summary",
1461
+ "description",
1462
+ "parameters",
1463
+ "tags"
1464
+ ],
1465
+ "parameter_changes": {
1466
+ "added": [],
1467
+ "removed": [],
1468
+ "modified": [
1469
+ {
1470
+ "name": "id",
1471
+ "in": "path",
1472
+ "changed_fields": [
1473
+ "description"
1474
+ ]
1475
+ }
1476
+ ]
1477
+ }
1478
+ },
1479
+ {
1480
+ "method": "PUT",
1481
+ "path": "/api/v2/projects/{projectId}/high-items",
1482
+ "summary": "Batch upsert and reorder high items by project",
1483
+ "changes": [
1484
+ "parameters"
1485
+ ],
1486
+ "parameter_changes": {
1487
+ "added": [],
1488
+ "removed": [],
1489
+ "modified": [
1490
+ {
1491
+ "name": "projectId",
1492
+ "in": "path",
1493
+ "changed_fields": [
1494
+ "description"
1495
+ ]
1496
+ }
1497
+ ]
1498
+ }
1499
+ },
1500
+ {
1501
+ "method": "PUT",
1502
+ "path": "/api/v2/projects/{projectId}/join-requests",
1503
+ "summary": "Approve or reject project join requests in batch",
1504
+ "changes": [
1505
+ "description"
1506
+ ]
1507
+ },
1508
+ {
1509
+ "method": "PUT",
1510
+ "path": "/api/v2/projects/{projectId}/join-requests/{requestId}",
1511
+ "summary": "Approve or reject a project join request",
1512
+ "changes": [
1513
+ "description"
1514
+ ]
1515
+ },
1516
+ {
1517
+ "method": "PUT",
1518
+ "path": "/api/v2/projects/{projectId}/worksheet-excel/{uuid}",
1519
+ "summary": "Re-import a worksheet from an uploaded Excel file",
1520
+ "changes": [
1521
+ "summary",
1522
+ "description",
1523
+ "parameters",
1524
+ "tags"
1525
+ ],
1526
+ "parameter_changes": {
1527
+ "added": [],
1528
+ "removed": [],
1529
+ "modified": [
1530
+ {
1531
+ "name": "projectId",
1532
+ "in": "path",
1533
+ "changed_fields": [
1534
+ "description"
1535
+ ]
1536
+ },
1537
+ {
1538
+ "name": "uuid",
1539
+ "in": "path",
1540
+ "changed_fields": [
1541
+ "description"
1542
+ ]
1543
+ }
1544
+ ]
1545
+ }
1546
+ },
1547
+ {
1548
+ "method": "PUT",
1549
+ "path": "/api/v2/projects/{projectId}/worksheets/{reportNoSimple}",
1550
+ "summary": "Save worksheet data by report number",
1551
+ "changes": [
1552
+ "summary",
1553
+ "description",
1554
+ "parameters",
1555
+ "tags"
1556
+ ],
1557
+ "parameter_changes": {
1558
+ "added": [],
1559
+ "removed": [],
1560
+ "modified": [
1561
+ {
1562
+ "name": "projectId",
1563
+ "in": "path",
1564
+ "changed_fields": [
1565
+ "description"
1566
+ ]
1567
+ },
1568
+ {
1569
+ "name": "reportNoSimple",
1570
+ "in": "path",
1571
+ "changed_fields": [
1572
+ "description"
1573
+ ]
1574
+ }
1575
+ ]
1576
+ }
1577
+ },
1578
+ {
1579
+ "method": "PUT",
1580
+ "path": "/api/v2/projects/{projectId}/worksheets/{reportNo}/{failureModeId}",
1581
+ "summary": "Save worksheet data for a specific failure mode",
1582
+ "changes": [
1583
+ "summary",
1584
+ "description",
1585
+ "parameters",
1586
+ "tags"
1587
+ ],
1588
+ "parameter_changes": {
1589
+ "added": [],
1590
+ "removed": [],
1591
+ "modified": [
1592
+ {
1593
+ "name": "projectId",
1594
+ "in": "path",
1595
+ "changed_fields": [
1596
+ "description"
1597
+ ]
1598
+ },
1599
+ {
1600
+ "name": "reportNo",
1601
+ "in": "path",
1602
+ "changed_fields": [
1603
+ "description"
1604
+ ]
1605
+ },
1606
+ {
1607
+ "name": "failureModeId",
1608
+ "in": "path",
1609
+ "changed_fields": [
1610
+ "description"
1611
+ ]
1612
+ }
1613
+ ]
1614
+ }
1615
+ },
1616
+ {
1617
+ "method": "PUT",
1618
+ "path": "/api/v2/template/action-status/{id}",
1619
+ "summary": "Update action status",
1620
+ "changes": [
1621
+ "tags"
1622
+ ]
1623
+ }
1624
+ ]
1625
+ },
1626
+ "1.1.48": {
1627
+ "generated_at": "2026-03-21T11:16:20.525997",
1628
+ "previous": "openapi@1.1.47",
1629
+ "latest": "openapi@1.1.48",
1630
+ "summary": {
1631
+ "added": 0,
1632
+ "removed": 4,
1633
+ "modified": 35
1634
+ },
1635
+ "added": [],
1636
+ "removed": [
1637
+ {
1638
+ "method": "DELETE",
1639
+ "path": "/api/v2/condition-library/{type}/{serial}",
1640
+ "summary": "Delete condition library node"
1641
+ },
1642
+ {
1643
+ "method": "PATCH",
1644
+ "path": "/api/v2/condition-library/{type}/{serial}",
1645
+ "summary": "Update condition library node"
1646
+ },
1647
+ {
1648
+ "method": "POST",
1649
+ "path": "/api/v2/condition-library/{type}",
1650
+ "summary": "Create condition library node"
1651
+ },
1652
+ {
1653
+ "method": "PUT",
1654
+ "path": "/api/v2/condition-library/{type}/order",
1655
+ "summary": "Update condition library order"
1656
+ }
1657
+ ],
1658
+ "modified": [
1659
+ {
1660
+ "method": "DELETE",
1661
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}",
1662
+ "summary": "Delete evaluation criteria (cascade)",
1663
+ "changes": [
1664
+ "parameters"
1665
+ ],
1666
+ "parameter_changes": {
1667
+ "added": [],
1668
+ "removed": [],
1669
+ "modified": [
1670
+ {
1671
+ "name": "fmeaType",
1672
+ "in": "path",
1673
+ "changed_fields": [
1674
+ "description",
1675
+ "schema"
1676
+ ],
1677
+ "enum_changes": {
1678
+ "added": [
1679
+ "CPLAN",
1680
+ "DESIGN",
1681
+ "EQUIPMENT",
1682
+ "FA",
1683
+ "FTA",
1684
+ "PROCESS"
1685
+ ]
1686
+ }
1687
+ }
1688
+ ]
1689
+ }
1690
+ },
1691
+ {
1692
+ "method": "DELETE",
1693
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}/{category}/{itemId}",
1694
+ "summary": "Delete rating item",
1695
+ "changes": [
1696
+ "parameters"
1697
+ ],
1698
+ "parameter_changes": {
1699
+ "added": [],
1700
+ "removed": [],
1701
+ "modified": [
1702
+ {
1703
+ "name": "fmeaType",
1704
+ "in": "path",
1705
+ "changed_fields": [
1706
+ "description",
1707
+ "schema"
1708
+ ],
1709
+ "enum_changes": {
1710
+ "added": [
1711
+ "CPLAN",
1712
+ "DESIGN",
1713
+ "EQUIPMENT",
1714
+ "FA",
1715
+ "FTA",
1716
+ "PROCESS"
1717
+ ]
1718
+ }
1719
+ },
1720
+ {
1721
+ "name": "category",
1722
+ "in": "path",
1723
+ "changed_fields": [
1724
+ "description",
1725
+ "schema"
1726
+ ],
1727
+ "enum_changes": {
1728
+ "added": [
1729
+ "DETECTION",
1730
+ "OCCURRENCE",
1731
+ "SEVERITY"
1732
+ ]
1733
+ }
1734
+ }
1735
+ ]
1736
+ }
1737
+ },
1738
+ {
1739
+ "method": "GET",
1740
+ "path": "/api/v2/additional-info/attributes",
1741
+ "summary": "List attributes by FMEA type",
1742
+ "changes": [
1743
+ "parameters"
1744
+ ],
1745
+ "parameter_changes": {
1746
+ "added": [],
1747
+ "removed": [],
1748
+ "modified": [
1749
+ {
1750
+ "name": "fmeaType",
1751
+ "in": "query",
1752
+ "changed_fields": [
1753
+ "description",
1754
+ "schema"
1755
+ ],
1756
+ "enum_changes": {
1757
+ "added": [
1758
+ "CPLAN",
1759
+ "DESIGN",
1760
+ "EQUIPMENT",
1761
+ "FA",
1762
+ "FTA",
1763
+ "PROCESS"
1764
+ ]
1765
+ }
1766
+ }
1767
+ ]
1768
+ }
1769
+ },
1770
+ {
1771
+ "method": "GET",
1772
+ "path": "/api/v2/additional-info/fields",
1773
+ "summary": "List fields by FMEA type",
1774
+ "changes": [
1775
+ "parameters"
1776
+ ],
1777
+ "parameter_changes": {
1778
+ "added": [],
1779
+ "removed": [],
1780
+ "modified": [
1781
+ {
1782
+ "name": "fmeaType",
1783
+ "in": "query",
1784
+ "changed_fields": [
1785
+ "description",
1786
+ "schema"
1787
+ ],
1788
+ "enum_changes": {
1789
+ "added": [
1790
+ "CPLAN",
1791
+ "DESIGN",
1792
+ "EQUIPMENT",
1793
+ "FA",
1794
+ "FTA",
1795
+ "PROCESS"
1796
+ ]
1797
+ }
1798
+ }
1799
+ ]
1800
+ }
1801
+ },
1802
+ {
1803
+ "method": "GET",
1804
+ "path": "/api/v2/additional-info/form",
1805
+ "summary": "Get form with project data",
1806
+ "changes": [
1807
+ "parameters"
1808
+ ],
1809
+ "parameter_changes": {
1810
+ "added": [],
1811
+ "removed": [],
1812
+ "modified": [
1813
+ {
1814
+ "name": "fmeaType",
1815
+ "in": "query",
1816
+ "changed_fields": [
1817
+ "description",
1818
+ "schema"
1819
+ ],
1820
+ "enum_changes": {
1821
+ "added": [
1822
+ "CPLAN",
1823
+ "DESIGN",
1824
+ "EQUIPMENT",
1825
+ "FA",
1826
+ "FTA",
1827
+ "PROCESS"
1828
+ ]
1829
+ }
1830
+ }
1831
+ ]
1832
+ }
1833
+ },
1834
+ {
1835
+ "method": "GET",
1836
+ "path": "/api/v2/admin/apikeys/logs",
1837
+ "summary": "Query API key audit logs",
1838
+ "changes": [
1839
+ "parameters"
1840
+ ],
1841
+ "parameter_changes": {
1842
+ "added": [],
1843
+ "removed": [],
1844
+ "modified": [
1845
+ {
1846
+ "name": "action",
1847
+ "in": "query",
1848
+ "changed_fields": [
1849
+ "description",
1850
+ "schema"
1851
+ ],
1852
+ "enum_changes": {
1853
+ "added": [
1854
+ "ADD",
1855
+ "DELETE",
1856
+ "UPDATE"
1857
+ ]
1858
+ }
1859
+ }
1860
+ ]
1861
+ }
1862
+ },
1863
+ {
1864
+ "method": "GET",
1865
+ "path": "/api/v2/condition-library",
1866
+ "summary": "Get condition library nodes (flat)",
1867
+ "changes": [
1868
+ "parameters"
1869
+ ],
1870
+ "parameter_changes": {
1871
+ "added": [],
1872
+ "removed": [],
1873
+ "modified": [
1874
+ {
1875
+ "name": "type",
1876
+ "in": "query",
1877
+ "changed_fields": [
1878
+ "description"
1879
+ ]
1880
+ }
1881
+ ]
1882
+ }
1883
+ },
1884
+ {
1885
+ "method": "GET",
1886
+ "path": "/api/v2/condition-library/tree",
1887
+ "summary": "Get condition library tree",
1888
+ "changes": [
1889
+ "parameters"
1890
+ ],
1891
+ "parameter_changes": {
1892
+ "added": [],
1893
+ "removed": [],
1894
+ "modified": [
1895
+ {
1896
+ "name": "type",
1897
+ "in": "query",
1898
+ "changed_fields": [
1899
+ "description"
1900
+ ]
1901
+ }
1902
+ ]
1903
+ }
1904
+ },
1905
+ {
1906
+ "method": "GET",
1907
+ "path": "/api/v2/evaluation/{fmeaType}",
1908
+ "summary": "List criteria for a specific FMEA type",
1909
+ "changes": [
1910
+ "parameters"
1911
+ ],
1912
+ "parameter_changes": {
1913
+ "added": [],
1914
+ "removed": [],
1915
+ "modified": [
1916
+ {
1917
+ "name": "fmeaType",
1918
+ "in": "path",
1919
+ "changed_fields": [
1920
+ "description",
1921
+ "schema"
1922
+ ],
1923
+ "enum_changes": {
1924
+ "added": [
1925
+ "CPLAN",
1926
+ "DESIGN",
1927
+ "EQUIPMENT",
1928
+ "FA",
1929
+ "FTA",
1930
+ "PROCESS"
1931
+ ]
1932
+ }
1933
+ }
1934
+ ]
1935
+ }
1936
+ },
1937
+ {
1938
+ "method": "GET",
1939
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}",
1940
+ "summary": "Get S/O/D ratings for a criteria",
1941
+ "changes": [
1942
+ "parameters"
1943
+ ],
1944
+ "parameter_changes": {
1945
+ "added": [],
1946
+ "removed": [],
1947
+ "modified": [
1948
+ {
1949
+ "name": "fmeaType",
1950
+ "in": "path",
1951
+ "changed_fields": [
1952
+ "description",
1953
+ "schema"
1954
+ ],
1955
+ "enum_changes": {
1956
+ "added": [
1957
+ "CPLAN",
1958
+ "DESIGN",
1959
+ "EQUIPMENT",
1960
+ "FA",
1961
+ "FTA",
1962
+ "PROCESS"
1963
+ ]
1964
+ }
1965
+ }
1966
+ ]
1967
+ }
1968
+ },
1969
+ {
1970
+ "method": "GET",
1971
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}/significance",
1972
+ "summary": "Get significance criteria for a criteria",
1973
+ "changes": [
1974
+ "parameters"
1975
+ ],
1976
+ "parameter_changes": {
1977
+ "added": [],
1978
+ "removed": [],
1979
+ "modified": [
1980
+ {
1981
+ "name": "fmeaType",
1982
+ "in": "path",
1983
+ "changed_fields": [
1984
+ "description",
1985
+ "schema"
1986
+ ],
1987
+ "enum_changes": {
1988
+ "added": [
1989
+ "CPLAN",
1990
+ "DESIGN",
1991
+ "EQUIPMENT",
1992
+ "FA",
1993
+ "FTA",
1994
+ "PROCESS"
1995
+ ]
1996
+ }
1997
+ }
1998
+ ]
1999
+ }
2000
+ },
2001
+ {
2002
+ "method": "GET",
2003
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}/{category}",
2004
+ "summary": "Get ratings for a specific S/O/D category",
2005
+ "changes": [
2006
+ "parameters"
2007
+ ],
2008
+ "parameter_changes": {
2009
+ "added": [],
2010
+ "removed": [],
2011
+ "modified": [
2012
+ {
2013
+ "name": "fmeaType",
2014
+ "in": "path",
2015
+ "changed_fields": [
2016
+ "description",
2017
+ "schema"
2018
+ ],
2019
+ "enum_changes": {
2020
+ "added": [
2021
+ "CPLAN",
2022
+ "DESIGN",
2023
+ "EQUIPMENT",
2024
+ "FA",
2025
+ "FTA",
2026
+ "PROCESS"
2027
+ ]
2028
+ }
2029
+ },
2030
+ {
2031
+ "name": "category",
2032
+ "in": "path",
2033
+ "changed_fields": [
2034
+ "description",
2035
+ "schema"
2036
+ ],
2037
+ "enum_changes": {
2038
+ "added": [
2039
+ "DETECTION",
2040
+ "OCCURRENCE",
2041
+ "SEVERITY"
2042
+ ]
2043
+ }
2044
+ }
2045
+ ]
2046
+ }
2047
+ },
2048
+ {
2049
+ "method": "GET",
2050
+ "path": "/api/v2/open/metrics/{apType}/constants",
2051
+ "summary": "Get metric constants for an AP type",
2052
+ "changes": [
2053
+ "parameters"
2054
+ ],
2055
+ "parameter_changes": {
2056
+ "added": [],
2057
+ "removed": [],
2058
+ "modified": [
2059
+ {
2060
+ "name": "apType",
2061
+ "in": "path",
2062
+ "changed_fields": [
2063
+ "description",
2064
+ "schema"
2065
+ ],
2066
+ "enum_changes": {
2067
+ "added": [
2068
+ "AIAG",
2069
+ "MSR"
2070
+ ]
2071
+ }
2072
+ }
2073
+ ]
2074
+ }
2075
+ },
2076
+ {
2077
+ "method": "GET",
2078
+ "path": "/api/v2/projects",
2079
+ "summary": "List project summaries",
2080
+ "changes": [
2081
+ "parameters"
2082
+ ],
2083
+ "parameter_changes": {
2084
+ "added": [],
2085
+ "removed": [],
2086
+ "modified": [
2087
+ {
2088
+ "name": "scope",
2089
+ "in": "query",
2090
+ "changed_fields": [
2091
+ "description",
2092
+ "schema"
2093
+ ],
2094
+ "enum_changes": {
2095
+ "added": [
2096
+ "ALL",
2097
+ "DIVISION",
2098
+ "MY"
2099
+ ]
2100
+ }
2101
+ },
2102
+ {
2103
+ "name": "fmeaType",
2104
+ "in": "query",
2105
+ "changed_fields": [
2106
+ "description",
2107
+ "schema"
2108
+ ],
2109
+ "enum_changes": {
2110
+ "added": [
2111
+ "CPLAN",
2112
+ "DESIGN",
2113
+ "EQUIPMENT",
2114
+ "FA",
2115
+ "FTA",
2116
+ "PROCESS"
2117
+ ]
2118
+ }
2119
+ },
2120
+ {
2121
+ "name": "status",
2122
+ "in": "query",
2123
+ "changed_fields": [
2124
+ "schema"
2125
+ ],
2126
+ "enum_changes": {
2127
+ "added": [
2128
+ "APPROVE",
2129
+ "ASK_MODIFY_APPROVE",
2130
+ "ASK_MODIFY_REVIEW",
2131
+ "COMPLETED",
2132
+ "DELAY",
2133
+ "IN_PROGRESS",
2134
+ "NA",
2135
+ "REFUSED",
2136
+ "REVIEW",
2137
+ "SCORE",
2138
+ "SELF_COMPLETED"
2139
+ ]
2140
+ }
2141
+ }
2142
+ ]
2143
+ }
2144
+ },
2145
+ {
2146
+ "method": "GET",
2147
+ "path": "/api/v2/projects/my",
2148
+ "summary": "Search my projects (deprecated)",
2149
+ "changes": [
2150
+ "parameters"
2151
+ ],
2152
+ "parameter_changes": {
2153
+ "added": [],
2154
+ "removed": [],
2155
+ "modified": [
2156
+ {
2157
+ "name": "fmeaType",
2158
+ "in": "query",
2159
+ "changed_fields": [
2160
+ "description",
2161
+ "schema"
2162
+ ],
2163
+ "enum_changes": {
2164
+ "added": [
2165
+ "CPLAN",
2166
+ "DESIGN",
2167
+ "EQUIPMENT",
2168
+ "FA",
2169
+ "FTA",
2170
+ "PROCESS"
2171
+ ]
2172
+ }
2173
+ },
2174
+ {
2175
+ "name": "status",
2176
+ "in": "query",
2177
+ "changed_fields": [
2178
+ "schema"
2179
+ ],
2180
+ "enum_changes": {
2181
+ "added": [
2182
+ "APPROVE",
2183
+ "ASK_MODIFY_APPROVE",
2184
+ "ASK_MODIFY_REVIEW",
2185
+ "COMPLETED",
2186
+ "DELAY",
2187
+ "IN_PROGRESS",
2188
+ "NA",
2189
+ "REFUSED",
2190
+ "REVIEW",
2191
+ "SCORE",
2192
+ "SELF_COMPLETED"
2193
+ ]
2194
+ }
2195
+ }
2196
+ ]
2197
+ }
2198
+ },
2199
+ {
2200
+ "method": "GET",
2201
+ "path": "/api/v2/projects/{projectId}/documents/categories/{documentCategory}",
2202
+ "summary": "List documents by category for a project",
2203
+ "changes": [
2204
+ "parameters"
2205
+ ],
2206
+ "parameter_changes": {
2207
+ "added": [],
2208
+ "removed": [],
2209
+ "modified": [
2210
+ {
2211
+ "name": "documentCategory",
2212
+ "in": "path",
2213
+ "changed_fields": [
2214
+ "description"
2215
+ ]
2216
+ }
2217
+ ]
2218
+ }
2219
+ },
2220
+ {
2221
+ "method": "GET",
2222
+ "path": "/api/v2/projects/{projectId}/documents/categories/{documentCategory}/path/{documentPath}",
2223
+ "summary": "List documents by category and path for a project",
2224
+ "changes": [
2225
+ "parameters"
2226
+ ],
2227
+ "parameter_changes": {
2228
+ "added": [],
2229
+ "removed": [],
2230
+ "modified": [
2231
+ {
2232
+ "name": "documentCategory",
2233
+ "in": "path",
2234
+ "changed_fields": [
2235
+ "description"
2236
+ ]
2237
+ }
2238
+ ]
2239
+ }
2240
+ },
2241
+ {
2242
+ "method": "GET",
2243
+ "path": "/api/v2/projects/{projectId}/system-definition-excel/conditions/export",
2244
+ "summary": "Export system definition conditions to Excel UUID",
2245
+ "changes": [
2246
+ "parameters"
2247
+ ],
2248
+ "parameter_changes": {
2249
+ "added": [],
2250
+ "removed": [],
2251
+ "modified": [
2252
+ {
2253
+ "name": "type",
2254
+ "in": "query",
2255
+ "changed_fields": [
2256
+ "description"
2257
+ ]
2258
+ }
2259
+ ]
2260
+ }
2261
+ },
2262
+ {
2263
+ "method": "GET",
2264
+ "path": "/api/v2/projects/{projectId}/system-definition/conditions",
2265
+ "summary": "List system definition conditions",
2266
+ "changes": [
2267
+ "parameters"
2268
+ ],
2269
+ "parameter_changes": {
2270
+ "added": [],
2271
+ "removed": [],
2272
+ "modified": [
2273
+ {
2274
+ "name": "scope",
2275
+ "in": "query",
2276
+ "changed_fields": [
2277
+ "description",
2278
+ "schema"
2279
+ ],
2280
+ "enum_changes": {
2281
+ "added": [
2282
+ "ALL",
2283
+ "CANDIDATE",
2284
+ "OWNED"
2285
+ ]
2286
+ }
2287
+ },
2288
+ {
2289
+ "name": "type",
2290
+ "in": "query",
2291
+ "changed_fields": [
2292
+ "description"
2293
+ ]
2294
+ }
2295
+ ]
2296
+ }
2297
+ },
2298
+ {
2299
+ "method": "GET",
2300
+ "path": "/api/v2/recommendation-items",
2301
+ "summary": "List recommended actions",
2302
+ "changes": [
2303
+ "parameters"
2304
+ ],
2305
+ "parameter_changes": {
2306
+ "added": [],
2307
+ "removed": [],
2308
+ "modified": [
2309
+ {
2310
+ "name": "status",
2311
+ "in": "query",
2312
+ "changed_fields": [
2313
+ "description",
2314
+ "schema"
2315
+ ],
2316
+ "enum_changes": {
2317
+ "added": [
2318
+ "ALL",
2319
+ "COMPLETED",
2320
+ "DELAY",
2321
+ "IN_PROGRESS",
2322
+ "NOT_COMPLETED"
2323
+ ]
2324
+ }
2325
+ },
2326
+ {
2327
+ "name": "scope",
2328
+ "in": "query",
2329
+ "changed_fields": [
2330
+ "description",
2331
+ "schema"
2332
+ ],
2333
+ "enum_changes": {
2334
+ "added": [
2335
+ "ALL",
2336
+ "DIVISION",
2337
+ "MY"
2338
+ ]
2339
+ }
2340
+ }
2341
+ ]
2342
+ }
2343
+ },
2344
+ {
2345
+ "method": "GET",
2346
+ "path": "/api/v2/search/failure-modes",
2347
+ "summary": "Search failure modes globally",
2348
+ "changes": [
2349
+ "parameters"
2350
+ ],
2351
+ "parameter_changes": {
2352
+ "added": [],
2353
+ "removed": [],
2354
+ "modified": [
2355
+ {
2356
+ "name": "scope",
2357
+ "in": "query",
2358
+ "changed_fields": [
2359
+ "description",
2360
+ "schema"
2361
+ ],
2362
+ "enum_changes": {
2363
+ "added": [
2364
+ "ALL",
2365
+ "DIVISION",
2366
+ "MY"
2367
+ ]
2368
+ }
2369
+ },
2370
+ {
2371
+ "name": "fmeaType",
2372
+ "in": "query",
2373
+ "changed_fields": [
2374
+ "description",
2375
+ "schema"
2376
+ ],
2377
+ "enum_changes": {
2378
+ "added": [
2379
+ "CPLAN",
2380
+ "DESIGN",
2381
+ "EQUIPMENT",
2382
+ "FA",
2383
+ "FTA",
2384
+ "PROCESS"
2385
+ ]
2386
+ }
2387
+ },
2388
+ {
2389
+ "name": "status",
2390
+ "in": "query",
2391
+ "changed_fields": [
2392
+ "description",
2393
+ "schema"
2394
+ ],
2395
+ "enum_changes": {
2396
+ "added": [
2397
+ "APPROVE",
2398
+ "ASK_MODIFY_APPROVE",
2399
+ "ASK_MODIFY_REVIEW",
2400
+ "COMPLETED",
2401
+ "DELAY",
2402
+ "IN_PROGRESS",
2403
+ "NA",
2404
+ "REFUSED",
2405
+ "REVIEW",
2406
+ "SCORE",
2407
+ "SELF_COMPLETED"
2408
+ ]
2409
+ }
2410
+ }
2411
+ ]
2412
+ }
2413
+ },
2414
+ {
2415
+ "method": "GET",
2416
+ "path": "/api/v2/search/projects",
2417
+ "summary": "Search projects globally",
2418
+ "changes": [
2419
+ "parameters"
2420
+ ],
2421
+ "parameter_changes": {
2422
+ "added": [],
2423
+ "removed": [],
2424
+ "modified": [
2425
+ {
2426
+ "name": "scope",
2427
+ "in": "query",
2428
+ "changed_fields": [
2429
+ "description",
2430
+ "schema"
2431
+ ],
2432
+ "enum_changes": {
2433
+ "added": [
2434
+ "ALL",
2435
+ "DIVISION",
2436
+ "MY"
2437
+ ]
2438
+ }
2439
+ },
2440
+ {
2441
+ "name": "fmeaType",
2442
+ "in": "query",
2443
+ "changed_fields": [
2444
+ "description",
2445
+ "schema"
2446
+ ],
2447
+ "enum_changes": {
2448
+ "added": [
2449
+ "CPLAN",
2450
+ "DESIGN",
2451
+ "EQUIPMENT",
2452
+ "FA",
2453
+ "FTA",
2454
+ "PROCESS"
2455
+ ]
2456
+ }
2457
+ },
2458
+ {
2459
+ "name": "status",
2460
+ "in": "query",
2461
+ "changed_fields": [
2462
+ "description",
2463
+ "schema"
2464
+ ],
2465
+ "enum_changes": {
2466
+ "added": [
2467
+ "APPROVE",
2468
+ "ASK_MODIFY_APPROVE",
2469
+ "ASK_MODIFY_REVIEW",
2470
+ "COMPLETED",
2471
+ "DELAY",
2472
+ "IN_PROGRESS",
2473
+ "NA",
2474
+ "REFUSED",
2475
+ "REVIEW",
2476
+ "SCORE",
2477
+ "SELF_COMPLETED"
2478
+ ]
2479
+ }
2480
+ },
2481
+ {
2482
+ "name": "tag",
2483
+ "in": "query",
2484
+ "changed_fields": [
2485
+ "description",
2486
+ "schema"
2487
+ ],
2488
+ "enum_changes": {
2489
+ "added": [
2490
+ "MASTER",
2491
+ "NORMAL",
2492
+ "REFERENCE"
2493
+ ]
2494
+ }
2495
+ },
2496
+ {
2497
+ "name": "groupBy",
2498
+ "in": "query",
2499
+ "changed_fields": [
2500
+ "description",
2501
+ "schema"
2502
+ ],
2503
+ "enum_changes": {
2504
+ "added": [
2505
+ "DIVISION",
2506
+ "ITEM"
2507
+ ]
2508
+ }
2509
+ }
2510
+ ]
2511
+ }
2512
+ },
2513
+ {
2514
+ "method": "GET",
2515
+ "path": "/api/v2/search/projects/export",
2516
+ "summary": "Export project search results as Excel",
2517
+ "changes": [
2518
+ "parameters"
2519
+ ],
2520
+ "parameter_changes": {
2521
+ "added": [],
2522
+ "removed": [],
2523
+ "modified": [
2524
+ {
2525
+ "name": "scope",
2526
+ "in": "query",
2527
+ "changed_fields": [
2528
+ "description",
2529
+ "schema"
2530
+ ],
2531
+ "enum_changes": {
2532
+ "added": [
2533
+ "ALL",
2534
+ "DIVISION",
2535
+ "MY"
2536
+ ]
2537
+ }
2538
+ },
2539
+ {
2540
+ "name": "fmeaType",
2541
+ "in": "query",
2542
+ "changed_fields": [
2543
+ "description",
2544
+ "schema"
2545
+ ],
2546
+ "enum_changes": {
2547
+ "added": [
2548
+ "CPLAN",
2549
+ "DESIGN",
2550
+ "EQUIPMENT",
2551
+ "FA",
2552
+ "FTA",
2553
+ "PROCESS"
2554
+ ]
2555
+ }
2556
+ },
2557
+ {
2558
+ "name": "status",
2559
+ "in": "query",
2560
+ "changed_fields": [
2561
+ "description",
2562
+ "schema"
2563
+ ],
2564
+ "enum_changes": {
2565
+ "added": [
2566
+ "APPROVE",
2567
+ "ASK_MODIFY_APPROVE",
2568
+ "ASK_MODIFY_REVIEW",
2569
+ "COMPLETED",
2570
+ "DELAY",
2571
+ "IN_PROGRESS",
2572
+ "NA",
2573
+ "REFUSED",
2574
+ "REVIEW",
2575
+ "SCORE",
2576
+ "SELF_COMPLETED"
2577
+ ]
2578
+ }
2579
+ },
2580
+ {
2581
+ "name": "tag",
2582
+ "in": "query",
2583
+ "changed_fields": [
2584
+ "description",
2585
+ "schema"
2586
+ ],
2587
+ "enum_changes": {
2588
+ "added": [
2589
+ "MASTER",
2590
+ "NORMAL",
2591
+ "REFERENCE"
2592
+ ]
2593
+ }
2594
+ }
2595
+ ]
2596
+ }
2597
+ },
2598
+ {
2599
+ "method": "GET",
2600
+ "path": "/api/v2/template/block-diagrams/{blockDiagramType}/sheet-headers",
2601
+ "summary": "Get block diagram Excel sheet headers for a given diagram type",
2602
+ "changes": [
2603
+ "parameters"
2604
+ ],
2605
+ "parameter_changes": {
2606
+ "added": [],
2607
+ "removed": [],
2608
+ "modified": [
2609
+ {
2610
+ "name": "blockDiagramType",
2611
+ "in": "path",
2612
+ "changed_fields": [
2613
+ "description"
2614
+ ]
2615
+ }
2616
+ ]
2617
+ }
2618
+ },
2619
+ {
2620
+ "method": "GET",
2621
+ "path": "/api/v2/worksheet-templates",
2622
+ "summary": "List worksheet templates",
2623
+ "changes": [
2624
+ "parameters"
2625
+ ],
2626
+ "parameter_changes": {
2627
+ "added": [],
2628
+ "removed": [],
2629
+ "modified": [
2630
+ {
2631
+ "name": "fmeaType",
2632
+ "in": "query",
2633
+ "changed_fields": [
2634
+ "description",
2635
+ "schema"
2636
+ ],
2637
+ "enum_changes": {
2638
+ "added": [
2639
+ "CPLAN",
2640
+ "DESIGN",
2641
+ "EQUIPMENT",
2642
+ "FA",
2643
+ "FTA",
2644
+ "PROCESS"
2645
+ ]
2646
+ }
2647
+ }
2648
+ ]
2649
+ }
2650
+ },
2651
+ {
2652
+ "method": "PATCH",
2653
+ "path": "/api/v2/evaluation/{fmeaType}/display",
2654
+ "summary": "Bulk update criteria display visibility",
2655
+ "changes": [
2656
+ "parameters"
2657
+ ],
2658
+ "parameter_changes": {
2659
+ "added": [],
2660
+ "removed": [],
2661
+ "modified": [
2662
+ {
2663
+ "name": "fmeaType",
2664
+ "in": "path",
2665
+ "changed_fields": [
2666
+ "description",
2667
+ "schema"
2668
+ ],
2669
+ "enum_changes": {
2670
+ "added": [
2671
+ "CPLAN",
2672
+ "DESIGN",
2673
+ "EQUIPMENT",
2674
+ "FA",
2675
+ "FTA",
2676
+ "PROCESS"
2677
+ ]
2678
+ }
2679
+ }
2680
+ ]
2681
+ }
2682
+ },
2683
+ {
2684
+ "method": "POST",
2685
+ "path": "/api/v2/condition-library-excel/{type}/{uuid}",
2686
+ "summary": "Import condition library nodes from Excel",
2687
+ "changes": [
2688
+ "parameters"
2689
+ ],
2690
+ "parameter_changes": {
2691
+ "added": [],
2692
+ "removed": [],
2693
+ "modified": [
2694
+ {
2695
+ "name": "type",
2696
+ "in": "path",
2697
+ "changed_fields": [
2698
+ "description"
2699
+ ]
2700
+ }
2701
+ ]
2702
+ }
2703
+ },
2704
+ {
2705
+ "method": "POST",
2706
+ "path": "/api/v2/evaluation/{fmeaType}",
2707
+ "summary": "Create evaluation criteria",
2708
+ "changes": [
2709
+ "parameters"
2710
+ ],
2711
+ "parameter_changes": {
2712
+ "added": [],
2713
+ "removed": [],
2714
+ "modified": [
2715
+ {
2716
+ "name": "fmeaType",
2717
+ "in": "path",
2718
+ "changed_fields": [
2719
+ "description",
2720
+ "schema"
2721
+ ],
2722
+ "enum_changes": {
2723
+ "added": [
2724
+ "CPLAN",
2725
+ "DESIGN",
2726
+ "EQUIPMENT",
2727
+ "FA",
2728
+ "FTA",
2729
+ "PROCESS"
2730
+ ]
2731
+ }
2732
+ }
2733
+ ]
2734
+ }
2735
+ },
2736
+ {
2737
+ "method": "POST",
2738
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}/{category}",
2739
+ "summary": "Create rating item",
2740
+ "changes": [
2741
+ "parameters"
2742
+ ],
2743
+ "parameter_changes": {
2744
+ "added": [],
2745
+ "removed": [],
2746
+ "modified": [
2747
+ {
2748
+ "name": "fmeaType",
2749
+ "in": "path",
2750
+ "changed_fields": [
2751
+ "description",
2752
+ "schema"
2753
+ ],
2754
+ "enum_changes": {
2755
+ "added": [
2756
+ "CPLAN",
2757
+ "DESIGN",
2758
+ "EQUIPMENT",
2759
+ "FA",
2760
+ "FTA",
2761
+ "PROCESS"
2762
+ ]
2763
+ }
2764
+ },
2765
+ {
2766
+ "name": "category",
2767
+ "in": "path",
2768
+ "changed_fields": [
2769
+ "description",
2770
+ "schema"
2771
+ ],
2772
+ "enum_changes": {
2773
+ "added": [
2774
+ "DETECTION",
2775
+ "OCCURRENCE",
2776
+ "SEVERITY"
2777
+ ]
2778
+ }
2779
+ }
2780
+ ]
2781
+ }
2782
+ },
2783
+ {
2784
+ "method": "POST",
2785
+ "path": "/api/v2/projects/{projectId}/documents/categories/{documentCategory}",
2786
+ "summary": "Add a document to a project category",
2787
+ "changes": [
2788
+ "parameters"
2789
+ ],
2790
+ "parameter_changes": {
2791
+ "added": [],
2792
+ "removed": [],
2793
+ "modified": [
2794
+ {
2795
+ "name": "documentCategory",
2796
+ "in": "path",
2797
+ "changed_fields": [
2798
+ "description"
2799
+ ]
2800
+ }
2801
+ ]
2802
+ }
2803
+ },
2804
+ {
2805
+ "method": "PUT",
2806
+ "path": "/api/v2/condition-library/{type}/children",
2807
+ "summary": "Save condition library children",
2808
+ "changes": [
2809
+ "description",
2810
+ "parameters"
2811
+ ],
2812
+ "parameter_changes": {
2813
+ "added": [],
2814
+ "removed": [],
2815
+ "modified": [
2816
+ {
2817
+ "name": "type",
2818
+ "in": "path",
2819
+ "changed_fields": [
2820
+ "description"
2821
+ ]
2822
+ }
2823
+ ]
2824
+ }
2825
+ },
2826
+ {
2827
+ "method": "PUT",
2828
+ "path": "/api/v2/evaluation/{fmeaType}/default/{criteriaId}",
2829
+ "summary": "Set default evaluation criteria",
2830
+ "changes": [
2831
+ "parameters"
2832
+ ],
2833
+ "parameter_changes": {
2834
+ "added": [],
2835
+ "removed": [],
2836
+ "modified": [
2837
+ {
2838
+ "name": "fmeaType",
2839
+ "in": "path",
2840
+ "changed_fields": [
2841
+ "description",
2842
+ "schema"
2843
+ ],
2844
+ "enum_changes": {
2845
+ "added": [
2846
+ "CPLAN",
2847
+ "DESIGN",
2848
+ "EQUIPMENT",
2849
+ "FA",
2850
+ "FTA",
2851
+ "PROCESS"
2852
+ ]
2853
+ }
2854
+ }
2855
+ ]
2856
+ }
2857
+ },
2858
+ {
2859
+ "method": "PUT",
2860
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}",
2861
+ "summary": "Update evaluation criteria",
2862
+ "changes": [
2863
+ "parameters"
2864
+ ],
2865
+ "parameter_changes": {
2866
+ "added": [],
2867
+ "removed": [],
2868
+ "modified": [
2869
+ {
2870
+ "name": "fmeaType",
2871
+ "in": "path",
2872
+ "changed_fields": [
2873
+ "description",
2874
+ "schema"
2875
+ ],
2876
+ "enum_changes": {
2877
+ "added": [
2878
+ "CPLAN",
2879
+ "DESIGN",
2880
+ "EQUIPMENT",
2881
+ "FA",
2882
+ "FTA",
2883
+ "PROCESS"
2884
+ ]
2885
+ }
2886
+ }
2887
+ ]
2888
+ }
2889
+ },
2890
+ {
2891
+ "method": "PUT",
2892
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}/significance",
2893
+ "summary": "Save significance criteria (with fmeaType)",
2894
+ "changes": [
2895
+ "parameters"
2896
+ ],
2897
+ "parameter_changes": {
2898
+ "added": [],
2899
+ "removed": [],
2900
+ "modified": [
2901
+ {
2902
+ "name": "fmeaType",
2903
+ "in": "path",
2904
+ "changed_fields": [
2905
+ "description",
2906
+ "schema"
2907
+ ],
2908
+ "enum_changes": {
2909
+ "added": [
2910
+ "CPLAN",
2911
+ "DESIGN",
2912
+ "EQUIPMENT",
2913
+ "FA",
2914
+ "FTA",
2915
+ "PROCESS"
2916
+ ]
2917
+ }
2918
+ }
2919
+ ]
2920
+ }
2921
+ },
2922
+ {
2923
+ "method": "PUT",
2924
+ "path": "/api/v2/evaluation/{fmeaType}/{criteriaId}/{category}/{itemId}",
2925
+ "summary": "Update rating item",
2926
+ "changes": [
2927
+ "parameters"
2928
+ ],
2929
+ "parameter_changes": {
2930
+ "added": [],
2931
+ "removed": [],
2932
+ "modified": [
2933
+ {
2934
+ "name": "fmeaType",
2935
+ "in": "path",
2936
+ "changed_fields": [
2937
+ "description",
2938
+ "schema"
2939
+ ],
2940
+ "enum_changes": {
2941
+ "added": [
2942
+ "CPLAN",
2943
+ "DESIGN",
2944
+ "EQUIPMENT",
2945
+ "FA",
2946
+ "FTA",
2947
+ "PROCESS"
2948
+ ]
2949
+ }
2950
+ },
2951
+ {
2952
+ "name": "category",
2953
+ "in": "path",
2954
+ "changed_fields": [
2955
+ "description",
2956
+ "schema"
2957
+ ],
2958
+ "enum_changes": {
2959
+ "added": [
2960
+ "DETECTION",
2961
+ "OCCURRENCE",
2962
+ "SEVERITY"
2963
+ ]
2964
+ }
2965
+ }
2966
+ ]
2967
+ }
2968
+ }
2969
+ ]
2970
+ },
2971
+ "1.1.49": {
2972
+ "generated_at": "2026-03-21T11:16:20.549705",
2973
+ "previous": "openapi@1.1.48",
2974
+ "latest": "openapi@1.1.49",
2975
+ "summary": {
2976
+ "added": 7,
2977
+ "removed": 0,
2978
+ "modified": 5
2979
+ },
2980
+ "added": [
2981
+ {
2982
+ "method": "GET",
2983
+ "path": "/api/v2/approvals/board",
2984
+ "summary": "Get approval board",
2985
+ "operationId": "getBoard"
2986
+ },
2987
+ {
2988
+ "method": "GET",
2989
+ "path": "/api/v2/board",
2990
+ "summary": "List board comments",
2991
+ "operationId": "listBoards"
2992
+ },
2993
+ {
2994
+ "method": "GET",
2995
+ "path": "/api/v2/board/{boardId}",
2996
+ "summary": "Get board comment detail",
2997
+ "operationId": "getBoard_1"
2998
+ },
2999
+ {
3000
+ "method": "POST",
3001
+ "path": "/api/v2/approvals/decisions",
3002
+ "summary": "Process approval decisions",
3003
+ "operationId": "postDecisions"
3004
+ },
3005
+ {
3006
+ "method": "POST",
3007
+ "path": "/api/v2/approvals/requests",
3008
+ "summary": "Request approval",
3009
+ "operationId": "postRequests"
3010
+ },
3011
+ {
3012
+ "method": "POST",
3013
+ "path": "/api/v2/board",
3014
+ "summary": "Create board comment",
3015
+ "operationId": "createBoard"
3016
+ },
3017
+ {
3018
+ "method": "POST",
3019
+ "path": "/api/v2/board/{boardId}/replies",
3020
+ "summary": "Create reply to board comment",
3021
+ "operationId": "createReply"
3022
+ }
3023
+ ],
3024
+ "removed": [],
3025
+ "modified": [
3026
+ {
3027
+ "method": "GET",
3028
+ "path": "/api/v2/projects",
3029
+ "summary": "List project summaries",
3030
+ "changes": [
3031
+ "parameters"
3032
+ ],
3033
+ "parameter_changes": {
3034
+ "added": [],
3035
+ "removed": [],
3036
+ "modified": [
3037
+ {
3038
+ "name": "status",
3039
+ "in": "query",
3040
+ "changed_fields": [
3041
+ "schema"
3042
+ ],
3043
+ "enum_changes": {
3044
+ "added": [
3045
+ "CAN_MODIFY"
3046
+ ]
3047
+ }
3048
+ }
3049
+ ]
3050
+ }
3051
+ },
3052
+ {
3053
+ "method": "GET",
3054
+ "path": "/api/v2/projects/my",
3055
+ "summary": "Search my projects (deprecated)",
3056
+ "changes": [
3057
+ "parameters"
3058
+ ],
3059
+ "parameter_changes": {
3060
+ "added": [],
3061
+ "removed": [],
3062
+ "modified": [
3063
+ {
3064
+ "name": "status",
3065
+ "in": "query",
3066
+ "changed_fields": [
3067
+ "schema"
3068
+ ],
3069
+ "enum_changes": {
3070
+ "added": [
3071
+ "CAN_MODIFY"
3072
+ ]
3073
+ }
3074
+ }
3075
+ ]
3076
+ }
3077
+ },
3078
+ {
3079
+ "method": "GET",
3080
+ "path": "/api/v2/search/failure-modes",
3081
+ "summary": "Search failure modes globally",
3082
+ "changes": [
3083
+ "parameters"
3084
+ ],
3085
+ "parameter_changes": {
3086
+ "added": [],
3087
+ "removed": [],
3088
+ "modified": [
3089
+ {
3090
+ "name": "status",
3091
+ "in": "query",
3092
+ "changed_fields": [
3093
+ "schema"
3094
+ ],
3095
+ "enum_changes": {
3096
+ "added": [
3097
+ "CAN_MODIFY"
3098
+ ]
3099
+ }
3100
+ }
3101
+ ]
3102
+ }
3103
+ },
3104
+ {
3105
+ "method": "GET",
3106
+ "path": "/api/v2/search/projects",
3107
+ "summary": "Search projects globally",
3108
+ "changes": [
3109
+ "parameters"
3110
+ ],
3111
+ "parameter_changes": {
3112
+ "added": [],
3113
+ "removed": [],
3114
+ "modified": [
3115
+ {
3116
+ "name": "status",
3117
+ "in": "query",
3118
+ "changed_fields": [
3119
+ "schema"
3120
+ ],
3121
+ "enum_changes": {
3122
+ "added": [
3123
+ "CAN_MODIFY"
3124
+ ]
3125
+ }
3126
+ }
3127
+ ]
3128
+ }
3129
+ },
3130
+ {
3131
+ "method": "GET",
3132
+ "path": "/api/v2/search/projects/export",
3133
+ "summary": "Export project search results as Excel",
3134
+ "changes": [
3135
+ "parameters"
3136
+ ],
3137
+ "parameter_changes": {
3138
+ "added": [],
3139
+ "removed": [],
3140
+ "modified": [
3141
+ {
3142
+ "name": "status",
3143
+ "in": "query",
3144
+ "changed_fields": [
3145
+ "schema"
3146
+ ],
3147
+ "enum_changes": {
3148
+ "added": [
3149
+ "CAN_MODIFY"
3150
+ ]
3151
+ }
3152
+ }
3153
+ ]
3154
+ }
3155
+ }
3156
+ ]
3157
+ },
3158
+ "1.1.50": {
3159
+ "generated_at": "2026-03-21T20:12:11.032663",
3160
+ "previous": "openapi.20260321_201210.json",
3161
+ "latest": "openapi.latest.json",
3162
+ "summary": {
3163
+ "added": 15,
3164
+ "removed": 0,
3165
+ "modified": 11
3166
+ },
3167
+ "added": [
3168
+ {
3169
+ "method": "DELETE",
3170
+ "path": "/api/v2/divisions/batch",
3171
+ "summary": "Delete divisions in batch",
3172
+ "operationId": "deleteBatch"
3173
+ },
3174
+ {
3175
+ "method": "DELETE",
3176
+ "path": "/api/v2/notices/batch",
3177
+ "summary": "Batch delete notices",
3178
+ "operationId": "deleteBatch_1"
3179
+ },
3180
+ {
3181
+ "method": "GET",
3182
+ "path": "/api/v2/additional-info-excel/export",
3183
+ "summary": "Export additional info fields to Excel",
3184
+ "operationId": "export"
3185
+ },
3186
+ {
3187
+ "method": "GET",
3188
+ "path": "/api/v2/admin/api-key-excel/export",
3189
+ "summary": "Export all API keys to Excel",
3190
+ "operationId": "export_1"
3191
+ },
3192
+ {
3193
+ "method": "GET",
3194
+ "path": "/api/v2/admin/apikey-log-excel/export",
3195
+ "summary": "Export API key audit logs to Excel",
3196
+ "operationId": "export_2"
3197
+ },
3198
+ {
3199
+ "method": "GET",
3200
+ "path": "/api/v2/classification-excel/export",
3201
+ "summary": "Export classification groups and items to Excel",
3202
+ "operationId": "export_3"
3203
+ },
3204
+ {
3205
+ "method": "GET",
3206
+ "path": "/api/v2/condition-library-excel/export",
3207
+ "summary": "Export condition library to Excel",
3208
+ "operationId": "export_11"
3209
+ },
3210
+ {
3211
+ "method": "GET",
3212
+ "path": "/api/v2/division-excel/export",
3213
+ "summary": "Export divisions to Excel",
3214
+ "operationId": "export_4"
3215
+ },
3216
+ {
3217
+ "method": "GET",
3218
+ "path": "/api/v2/evaluation-excel/export",
3219
+ "summary": "Export evaluation criteria to Excel",
3220
+ "operationId": "export_5"
3221
+ },
3222
+ {
3223
+ "method": "GET",
3224
+ "path": "/api/v2/notice-excel/export",
3225
+ "summary": "Export notices to Excel",
3226
+ "operationId": "export_6"
3227
+ },
3228
+ {
3229
+ "method": "GET",
3230
+ "path": "/api/v2/process-symbol-excel/export",
3231
+ "summary": "Export process symbols to Excel",
3232
+ "operationId": "export_7"
3233
+ },
3234
+ {
3235
+ "method": "GET",
3236
+ "path": "/api/v2/projects/{projectId}/revisions",
3237
+ "summary": "List project revision history",
3238
+ "operationId": "list_16"
3239
+ },
3240
+ {
3241
+ "method": "GET",
3242
+ "path": "/api/v2/user-excel/export",
3243
+ "summary": "Export users to Excel",
3244
+ "operationId": "export_9"
3245
+ },
3246
+ {
3247
+ "method": "GET",
3248
+ "path": "/api/v2/worksheet-template-excel/export",
3249
+ "summary": "Export worksheet templates to Excel",
3250
+ "operationId": "export_10"
3251
+ },
3252
+ {
3253
+ "method": "POST",
3254
+ "path": "/api/v2/process-symbol-excel/{uuid}",
3255
+ "summary": "Import process symbols from Excel",
3256
+ "operationId": "importExcel"
3257
+ }
3258
+ ],
3259
+ "removed": [],
3260
+ "modified": [
3261
+ {
3262
+ "method": "DELETE",
3263
+ "path": "/api/v2/synonyms",
3264
+ "summary": "Delete synonym groups",
3265
+ "changes": [
3266
+ "operationId"
3267
+ ]
3268
+ },
3269
+ {
3270
+ "method": "GET",
3271
+ "path": "/api/v2/additional-info/attributes",
3272
+ "summary": "List attributes by FMEA type",
3273
+ "changes": [
3274
+ "description",
3275
+ "parameters"
3276
+ ],
3277
+ "parameter_changes": {
3278
+ "added": [
3279
+ {
3280
+ "name": "q",
3281
+ "in": "query",
3282
+ "description": "Keyword filter applied to attribute label or item label (max 100 chars)",
3283
+ "schema": {
3284
+ "type": "string"
3285
+ }
3286
+ }
3287
+ ],
3288
+ "removed": [],
3289
+ "modified": []
3290
+ }
3291
+ },
3292
+ {
3293
+ "method": "GET",
3294
+ "path": "/api/v2/additional-info/fields",
3295
+ "summary": "List fields by FMEA type",
3296
+ "changes": [
3297
+ "description",
3298
+ "parameters"
3299
+ ],
3300
+ "parameter_changes": {
3301
+ "added": [
3302
+ {
3303
+ "name": "q",
3304
+ "in": "query",
3305
+ "description": "Keyword filter applied to field label (max 100 chars)",
3306
+ "schema": {
3307
+ "type": "string"
3308
+ }
3309
+ }
3310
+ ],
3311
+ "removed": [],
3312
+ "modified": []
3313
+ }
3314
+ },
3315
+ {
3316
+ "method": "GET",
3317
+ "path": "/api/v2/admin/api-keys",
3318
+ "summary": "List all API keys across all users",
3319
+ "changes": [
3320
+ "parameters"
3321
+ ],
3322
+ "parameter_changes": {
3323
+ "added": [
3324
+ {
3325
+ "name": "q",
3326
+ "in": "query",
3327
+ "description": "Keyword search on key name or key prefix (max 100 characters)",
3328
+ "schema": {
3329
+ "type": "string"
3330
+ }
3331
+ }
3332
+ ],
3333
+ "removed": [],
3334
+ "modified": []
3335
+ }
3336
+ },
3337
+ {
3338
+ "method": "GET",
3339
+ "path": "/api/v2/admin/apikeys/logs",
3340
+ "summary": "Query API key audit logs",
3341
+ "changes": [
3342
+ "parameters"
3343
+ ],
3344
+ "parameter_changes": {
3345
+ "added": [
3346
+ {
3347
+ "name": "q",
3348
+ "in": "query",
3349
+ "description": "Keyword search on reason field (max 100 characters)",
3350
+ "schema": {
3351
+ "type": "string"
3352
+ }
3353
+ }
3354
+ ],
3355
+ "removed": [],
3356
+ "modified": []
3357
+ }
3358
+ },
3359
+ {
3360
+ "method": "GET",
3361
+ "path": "/api/v2/classifications",
3362
+ "summary": "List all classification groups",
3363
+ "changes": [
3364
+ "description",
3365
+ "parameters"
3366
+ ],
3367
+ "parameter_changes": {
3368
+ "added": [
3369
+ {
3370
+ "name": "q",
3371
+ "in": "query",
3372
+ "description": "Keyword filter applied to group title or item title (max 100 chars)",
3373
+ "schema": {
3374
+ "type": "string"
3375
+ }
3376
+ }
3377
+ ],
3378
+ "removed": [],
3379
+ "modified": []
3380
+ }
3381
+ },
3382
+ {
3383
+ "method": "GET",
3384
+ "path": "/api/v2/evaluation",
3385
+ "summary": "Get all evaluation criteria by FMEA type",
3386
+ "changes": [
3387
+ "description",
3388
+ "parameters"
3389
+ ],
3390
+ "parameter_changes": {
3391
+ "added": [
3392
+ {
3393
+ "name": "q",
3394
+ "in": "query",
3395
+ "description": "Keyword filter applied to criteria name and description (max 100 chars)",
3396
+ "schema": {
3397
+ "type": "string"
3398
+ }
3399
+ }
3400
+ ],
3401
+ "removed": [],
3402
+ "modified": []
3403
+ }
3404
+ },
3405
+ {
3406
+ "method": "GET",
3407
+ "path": "/api/v2/evaluation/{fmeaType}",
3408
+ "summary": "List criteria for a specific FMEA type",
3409
+ "changes": [
3410
+ "description",
3411
+ "parameters"
3412
+ ],
3413
+ "parameter_changes": {
3414
+ "added": [
3415
+ {
3416
+ "name": "q",
3417
+ "in": "query",
3418
+ "description": "Keyword filter applied to criteria name and description (max 100 chars)",
3419
+ "schema": {
3420
+ "type": "string"
3421
+ }
3422
+ }
3423
+ ],
3424
+ "removed": [],
3425
+ "modified": []
3426
+ }
3427
+ },
3428
+ {
3429
+ "method": "GET",
3430
+ "path": "/api/v2/notices",
3431
+ "summary": "List notices",
3432
+ "changes": [
3433
+ "parameters"
3434
+ ],
3435
+ "parameter_changes": {
3436
+ "added": [
3437
+ {
3438
+ "name": "q",
3439
+ "in": "query",
3440
+ "description": "Search keyword for title and content (max 100 chars)",
3441
+ "schema": {
3442
+ "type": "string"
3443
+ }
3444
+ }
3445
+ ],
3446
+ "removed": [],
3447
+ "modified": []
3448
+ }
3449
+ },
3450
+ {
3451
+ "method": "GET",
3452
+ "path": "/api/v2/synonym-excel/export",
3453
+ "summary": "Export synonyms to Excel",
3454
+ "changes": [
3455
+ "operationId"
3456
+ ]
3457
+ },
3458
+ {
3459
+ "method": "POST",
3460
+ "path": "/api/v2/synonym-excel/{uuid}",
3461
+ "summary": "Import synonyms from Excel",
3462
+ "changes": [
3463
+ "operationId"
3464
+ ]
3465
+ }
3466
+ ]
3467
+ }
3468
+ }