fmea-api-mcp-server 1.1.53 → 1.1.54

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,1604 @@
1
+ {
2
+ "generated_at": "2026-03-21T11:16:20.507805",
3
+ "previous": "openapi@1.1.46",
4
+ "latest": "openapi@1.1.47",
5
+ "summary": {
6
+ "added": 1,
7
+ "removed": 0,
8
+ "modified": 67
9
+ },
10
+ "added": [
11
+ {
12
+ "method": "PUT",
13
+ "path": "/api/v2/condition-library/{type}/children",
14
+ "summary": "Save condition library children",
15
+ "operationId": "saveConditionLibraryChildren"
16
+ }
17
+ ],
18
+ "removed": [],
19
+ "modified": [
20
+ {
21
+ "method": "DELETE",
22
+ "path": "/api/v2/admin/api-keys/user/{userid}",
23
+ "summary": "Deactivate all API keys for a specific user",
24
+ "changes": [
25
+ "summary",
26
+ "description",
27
+ "parameters",
28
+ "tags"
29
+ ],
30
+ "parameter_changes": {
31
+ "added": [],
32
+ "removed": [],
33
+ "modified": [
34
+ {
35
+ "name": "userid",
36
+ "in": "path",
37
+ "changed_fields": [
38
+ "description"
39
+ ]
40
+ }
41
+ ]
42
+ }
43
+ },
44
+ {
45
+ "method": "DELETE",
46
+ "path": "/api/v2/admin/api-keys/{id}",
47
+ "summary": "Force-deactivate an API key by ID",
48
+ "changes": [
49
+ "summary",
50
+ "description",
51
+ "parameters",
52
+ "tags"
53
+ ],
54
+ "parameter_changes": {
55
+ "added": [],
56
+ "removed": [],
57
+ "modified": [
58
+ {
59
+ "name": "id",
60
+ "in": "path",
61
+ "changed_fields": [
62
+ "description"
63
+ ]
64
+ }
65
+ ]
66
+ }
67
+ },
68
+ {
69
+ "method": "DELETE",
70
+ "path": "/api/v2/api-keys/{id}",
71
+ "summary": "Delete an API key owned by the authenticated user",
72
+ "changes": [
73
+ "summary",
74
+ "description",
75
+ "parameters",
76
+ "tags"
77
+ ],
78
+ "parameter_changes": {
79
+ "added": [],
80
+ "removed": [],
81
+ "modified": [
82
+ {
83
+ "name": "id",
84
+ "in": "path",
85
+ "changed_fields": [
86
+ "description"
87
+ ]
88
+ }
89
+ ]
90
+ }
91
+ },
92
+ {
93
+ "method": "DELETE",
94
+ "path": "/api/v2/fourm/{id}",
95
+ "summary": "Delete a 4M record",
96
+ "changes": [
97
+ "summary",
98
+ "description",
99
+ "parameters",
100
+ "tags"
101
+ ],
102
+ "parameter_changes": {
103
+ "added": [],
104
+ "removed": [],
105
+ "modified": [
106
+ {
107
+ "name": "id",
108
+ "in": "path",
109
+ "changed_fields": [
110
+ "description"
111
+ ]
112
+ }
113
+ ]
114
+ }
115
+ },
116
+ {
117
+ "method": "DELETE",
118
+ "path": "/api/v2/projects/{projectId}/documents/{documentId}",
119
+ "summary": "Delete a project document",
120
+ "changes": [
121
+ "summary",
122
+ "description",
123
+ "parameters",
124
+ "tags"
125
+ ],
126
+ "parameter_changes": {
127
+ "added": [],
128
+ "removed": [],
129
+ "modified": [
130
+ {
131
+ "name": "projectId",
132
+ "in": "path",
133
+ "changed_fields": [
134
+ "description"
135
+ ]
136
+ },
137
+ {
138
+ "name": "documentId",
139
+ "in": "path",
140
+ "changed_fields": [
141
+ "description"
142
+ ]
143
+ }
144
+ ]
145
+ }
146
+ },
147
+ {
148
+ "method": "DELETE",
149
+ "path": "/api/v2/projects/{projectId}/worksheets/{reportNoSimple}",
150
+ "summary": "Delete worksheet by report number",
151
+ "changes": [
152
+ "summary",
153
+ "description",
154
+ "parameters",
155
+ "tags"
156
+ ],
157
+ "parameter_changes": {
158
+ "added": [],
159
+ "removed": [],
160
+ "modified": [
161
+ {
162
+ "name": "projectId",
163
+ "in": "path",
164
+ "changed_fields": [
165
+ "description"
166
+ ]
167
+ },
168
+ {
169
+ "name": "reportNoSimple",
170
+ "in": "path",
171
+ "changed_fields": [
172
+ "description"
173
+ ]
174
+ }
175
+ ]
176
+ }
177
+ },
178
+ {
179
+ "method": "DELETE",
180
+ "path": "/api/v2/template/action-status/{id}",
181
+ "summary": "Delete action status",
182
+ "changes": [
183
+ "tags"
184
+ ]
185
+ },
186
+ {
187
+ "method": "GET",
188
+ "path": "/api/v2/admin/api-keys",
189
+ "summary": "List all API keys across all users",
190
+ "changes": [
191
+ "summary",
192
+ "description",
193
+ "parameters",
194
+ "tags"
195
+ ],
196
+ "parameter_changes": {
197
+ "added": [],
198
+ "removed": [],
199
+ "modified": [
200
+ {
201
+ "name": "userid",
202
+ "in": "query",
203
+ "changed_fields": [
204
+ "description"
205
+ ]
206
+ },
207
+ {
208
+ "name": "isActive",
209
+ "in": "query",
210
+ "changed_fields": [
211
+ "description"
212
+ ]
213
+ },
214
+ {
215
+ "name": "expiredOnly",
216
+ "in": "query",
217
+ "changed_fields": [
218
+ "description"
219
+ ]
220
+ },
221
+ {
222
+ "name": "page",
223
+ "in": "query",
224
+ "changed_fields": [
225
+ "description"
226
+ ]
227
+ },
228
+ {
229
+ "name": "size",
230
+ "in": "query",
231
+ "changed_fields": [
232
+ "description"
233
+ ]
234
+ }
235
+ ]
236
+ }
237
+ },
238
+ {
239
+ "method": "GET",
240
+ "path": "/api/v2/admin/api-keys/stats",
241
+ "summary": "Get API key statistics",
242
+ "changes": [
243
+ "summary",
244
+ "description",
245
+ "tags"
246
+ ]
247
+ },
248
+ {
249
+ "method": "GET",
250
+ "path": "/api/v2/admin/apikeys/logs",
251
+ "summary": "Query API key audit logs",
252
+ "changes": [
253
+ "summary",
254
+ "description",
255
+ "parameters",
256
+ "tags"
257
+ ],
258
+ "parameter_changes": {
259
+ "added": [],
260
+ "removed": [],
261
+ "modified": [
262
+ {
263
+ "name": "adminUserid",
264
+ "in": "query",
265
+ "changed_fields": [
266
+ "description"
267
+ ]
268
+ },
269
+ {
270
+ "name": "targetUserid",
271
+ "in": "query",
272
+ "changed_fields": [
273
+ "description"
274
+ ]
275
+ },
276
+ {
277
+ "name": "action",
278
+ "in": "query",
279
+ "changed_fields": [
280
+ "description"
281
+ ]
282
+ },
283
+ {
284
+ "name": "startDate",
285
+ "in": "query",
286
+ "changed_fields": [
287
+ "description"
288
+ ]
289
+ },
290
+ {
291
+ "name": "endDate",
292
+ "in": "query",
293
+ "changed_fields": [
294
+ "description"
295
+ ]
296
+ },
297
+ {
298
+ "name": "page",
299
+ "in": "query",
300
+ "changed_fields": [
301
+ "description"
302
+ ]
303
+ },
304
+ {
305
+ "name": "size",
306
+ "in": "query",
307
+ "changed_fields": [
308
+ "description"
309
+ ]
310
+ }
311
+ ]
312
+ }
313
+ },
314
+ {
315
+ "method": "GET",
316
+ "path": "/api/v2/api-keys",
317
+ "summary": "List all API keys for the authenticated user",
318
+ "changes": [
319
+ "summary",
320
+ "description",
321
+ "tags"
322
+ ]
323
+ },
324
+ {
325
+ "method": "GET",
326
+ "path": "/api/v2/api-keys/{id}/logs",
327
+ "summary": "Get usage logs for an API key",
328
+ "changes": [
329
+ "summary",
330
+ "description",
331
+ "parameters",
332
+ "tags"
333
+ ],
334
+ "parameter_changes": {
335
+ "added": [],
336
+ "removed": [],
337
+ "modified": [
338
+ {
339
+ "name": "id",
340
+ "in": "path",
341
+ "changed_fields": [
342
+ "description"
343
+ ]
344
+ },
345
+ {
346
+ "name": "startDate",
347
+ "in": "query",
348
+ "changed_fields": [
349
+ "description"
350
+ ]
351
+ },
352
+ {
353
+ "name": "endDate",
354
+ "in": "query",
355
+ "changed_fields": [
356
+ "description"
357
+ ]
358
+ },
359
+ {
360
+ "name": "endpoint",
361
+ "in": "query",
362
+ "changed_fields": [
363
+ "description"
364
+ ]
365
+ },
366
+ {
367
+ "name": "statusCode",
368
+ "in": "query",
369
+ "changed_fields": [
370
+ "description"
371
+ ]
372
+ },
373
+ {
374
+ "name": "page",
375
+ "in": "query",
376
+ "changed_fields": [
377
+ "description"
378
+ ]
379
+ },
380
+ {
381
+ "name": "size",
382
+ "in": "query",
383
+ "changed_fields": [
384
+ "description"
385
+ ]
386
+ }
387
+ ]
388
+ }
389
+ },
390
+ {
391
+ "method": "GET",
392
+ "path": "/api/v2/api-keys/{id}/logs/summary",
393
+ "summary": "Get usage log summary for an API key",
394
+ "changes": [
395
+ "summary",
396
+ "description",
397
+ "parameters",
398
+ "tags"
399
+ ],
400
+ "parameter_changes": {
401
+ "added": [],
402
+ "removed": [],
403
+ "modified": [
404
+ {
405
+ "name": "id",
406
+ "in": "path",
407
+ "changed_fields": [
408
+ "description"
409
+ ]
410
+ },
411
+ {
412
+ "name": "startDate",
413
+ "in": "query",
414
+ "changed_fields": [
415
+ "description"
416
+ ]
417
+ },
418
+ {
419
+ "name": "endDate",
420
+ "in": "query",
421
+ "changed_fields": [
422
+ "description"
423
+ ]
424
+ }
425
+ ]
426
+ }
427
+ },
428
+ {
429
+ "method": "GET",
430
+ "path": "/api/v2/divisions",
431
+ "summary": "Search divisions",
432
+ "changes": [
433
+ "parameters"
434
+ ],
435
+ "parameter_changes": {
436
+ "added": [],
437
+ "removed": [
438
+ {
439
+ "name": "useSynonym",
440
+ "in": "query"
441
+ }
442
+ ],
443
+ "modified": []
444
+ }
445
+ },
446
+ {
447
+ "method": "GET",
448
+ "path": "/api/v2/excel/{uuid}",
449
+ "summary": "Parse all sheets from an uploaded Excel file",
450
+ "changes": [
451
+ "summary",
452
+ "description",
453
+ "parameters",
454
+ "tags"
455
+ ],
456
+ "parameter_changes": {
457
+ "added": [],
458
+ "removed": [],
459
+ "modified": [
460
+ {
461
+ "name": "uuid",
462
+ "in": "path",
463
+ "changed_fields": [
464
+ "description"
465
+ ]
466
+ },
467
+ {
468
+ "name": "startRowNumber",
469
+ "in": "query",
470
+ "changed_fields": [
471
+ "description"
472
+ ]
473
+ },
474
+ {
475
+ "name": "reindexFromZero",
476
+ "in": "query",
477
+ "changed_fields": [
478
+ "description"
479
+ ]
480
+ }
481
+ ]
482
+ }
483
+ },
484
+ {
485
+ "method": "GET",
486
+ "path": "/api/v2/excel/{uuid}/sheets/{sheetIndex}",
487
+ "summary": "Parse a specific sheet from an uploaded Excel file",
488
+ "changes": [
489
+ "summary",
490
+ "description",
491
+ "parameters",
492
+ "tags"
493
+ ],
494
+ "parameter_changes": {
495
+ "added": [],
496
+ "removed": [],
497
+ "modified": [
498
+ {
499
+ "name": "uuid",
500
+ "in": "path",
501
+ "changed_fields": [
502
+ "description"
503
+ ]
504
+ },
505
+ {
506
+ "name": "sheetIndex",
507
+ "in": "path",
508
+ "changed_fields": [
509
+ "description"
510
+ ]
511
+ },
512
+ {
513
+ "name": "startRowNumber",
514
+ "in": "query",
515
+ "changed_fields": [
516
+ "description"
517
+ ]
518
+ },
519
+ {
520
+ "name": "reindexFromZero",
521
+ "in": "query",
522
+ "changed_fields": [
523
+ "description"
524
+ ]
525
+ }
526
+ ]
527
+ }
528
+ },
529
+ {
530
+ "method": "GET",
531
+ "path": "/api/v2/fourm",
532
+ "summary": "List 4M records",
533
+ "changes": [
534
+ "summary",
535
+ "description",
536
+ "parameters",
537
+ "tags"
538
+ ],
539
+ "parameter_changes": {
540
+ "added": [],
541
+ "removed": [],
542
+ "modified": [
543
+ {
544
+ "name": "projectId",
545
+ "in": "query",
546
+ "changed_fields": [
547
+ "description"
548
+ ]
549
+ },
550
+ {
551
+ "name": "tag",
552
+ "in": "query",
553
+ "changed_fields": [
554
+ "description"
555
+ ]
556
+ },
557
+ {
558
+ "name": "secondTag",
559
+ "in": "query",
560
+ "changed_fields": [
561
+ "description"
562
+ ]
563
+ }
564
+ ]
565
+ }
566
+ },
567
+ {
568
+ "method": "GET",
569
+ "path": "/api/v2/fourm/{id}",
570
+ "summary": "Get a 4M record by ID",
571
+ "changes": [
572
+ "summary",
573
+ "description",
574
+ "parameters",
575
+ "tags"
576
+ ],
577
+ "parameter_changes": {
578
+ "added": [],
579
+ "removed": [],
580
+ "modified": [
581
+ {
582
+ "name": "id",
583
+ "in": "path",
584
+ "changed_fields": [
585
+ "description"
586
+ ]
587
+ }
588
+ ]
589
+ }
590
+ },
591
+ {
592
+ "method": "GET",
593
+ "path": "/api/v2/open/metrics/{apType}/constants",
594
+ "summary": "Get metric constants for an AP type",
595
+ "changes": [
596
+ "summary",
597
+ "description",
598
+ "parameters",
599
+ "tags"
600
+ ],
601
+ "parameter_changes": {
602
+ "added": [],
603
+ "removed": [],
604
+ "modified": [
605
+ {
606
+ "name": "apType",
607
+ "in": "path",
608
+ "changed_fields": [
609
+ "description"
610
+ ]
611
+ }
612
+ ]
613
+ }
614
+ },
615
+ {
616
+ "method": "GET",
617
+ "path": "/api/v2/projects/{projectId}",
618
+ "summary": "Get project details",
619
+ "changes": [
620
+ "description"
621
+ ]
622
+ },
623
+ {
624
+ "method": "GET",
625
+ "path": "/api/v2/projects/{projectId}/documents",
626
+ "summary": "List all documents for a project",
627
+ "changes": [
628
+ "summary",
629
+ "description",
630
+ "parameters",
631
+ "tags"
632
+ ],
633
+ "parameter_changes": {
634
+ "added": [],
635
+ "removed": [],
636
+ "modified": [
637
+ {
638
+ "name": "projectId",
639
+ "in": "path",
640
+ "changed_fields": [
641
+ "description"
642
+ ]
643
+ }
644
+ ]
645
+ }
646
+ },
647
+ {
648
+ "method": "GET",
649
+ "path": "/api/v2/projects/{projectId}/documents/categories/{documentCategory}",
650
+ "summary": "List documents by category for a project",
651
+ "changes": [
652
+ "summary",
653
+ "description",
654
+ "parameters",
655
+ "tags"
656
+ ],
657
+ "parameter_changes": {
658
+ "added": [],
659
+ "removed": [],
660
+ "modified": [
661
+ {
662
+ "name": "projectId",
663
+ "in": "path",
664
+ "changed_fields": [
665
+ "description"
666
+ ]
667
+ },
668
+ {
669
+ "name": "documentCategory",
670
+ "in": "path",
671
+ "changed_fields": [
672
+ "description"
673
+ ]
674
+ }
675
+ ]
676
+ }
677
+ },
678
+ {
679
+ "method": "GET",
680
+ "path": "/api/v2/projects/{projectId}/documents/categories/{documentCategory}/path/{documentPath}",
681
+ "summary": "List documents by category and path for a project",
682
+ "changes": [
683
+ "summary",
684
+ "description",
685
+ "parameters",
686
+ "tags"
687
+ ],
688
+ "parameter_changes": {
689
+ "added": [],
690
+ "removed": [],
691
+ "modified": [
692
+ {
693
+ "name": "projectId",
694
+ "in": "path",
695
+ "changed_fields": [
696
+ "description"
697
+ ]
698
+ },
699
+ {
700
+ "name": "documentCategory",
701
+ "in": "path",
702
+ "changed_fields": [
703
+ "description"
704
+ ]
705
+ },
706
+ {
707
+ "name": "documentPath",
708
+ "in": "path",
709
+ "changed_fields": [
710
+ "description"
711
+ ]
712
+ }
713
+ ]
714
+ }
715
+ },
716
+ {
717
+ "method": "GET",
718
+ "path": "/api/v2/projects/{projectId}/documents/{documentId}",
719
+ "summary": "Get a project document by ID",
720
+ "changes": [
721
+ "summary",
722
+ "description",
723
+ "parameters",
724
+ "tags"
725
+ ],
726
+ "parameter_changes": {
727
+ "added": [],
728
+ "removed": [],
729
+ "modified": [
730
+ {
731
+ "name": "projectId",
732
+ "in": "path",
733
+ "changed_fields": [
734
+ "description"
735
+ ]
736
+ },
737
+ {
738
+ "name": "documentId",
739
+ "in": "path",
740
+ "changed_fields": [
741
+ "description"
742
+ ]
743
+ }
744
+ ]
745
+ }
746
+ },
747
+ {
748
+ "method": "GET",
749
+ "path": "/api/v2/projects/{projectId}/documents/{documentId}/download",
750
+ "summary": "Get download link for a project document",
751
+ "changes": [
752
+ "summary",
753
+ "description",
754
+ "parameters",
755
+ "tags"
756
+ ],
757
+ "parameter_changes": {
758
+ "added": [],
759
+ "removed": [],
760
+ "modified": [
761
+ {
762
+ "name": "projectId",
763
+ "in": "path",
764
+ "changed_fields": [
765
+ "description"
766
+ ]
767
+ },
768
+ {
769
+ "name": "documentId",
770
+ "in": "path",
771
+ "changed_fields": [
772
+ "description"
773
+ ]
774
+ }
775
+ ]
776
+ }
777
+ },
778
+ {
779
+ "method": "GET",
780
+ "path": "/api/v2/projects/{projectId}/high-items",
781
+ "summary": "List high items by project",
782
+ "changes": [
783
+ "parameters"
784
+ ],
785
+ "parameter_changes": {
786
+ "added": [],
787
+ "removed": [],
788
+ "modified": [
789
+ {
790
+ "name": "projectId",
791
+ "in": "path",
792
+ "changed_fields": [
793
+ "description"
794
+ ]
795
+ },
796
+ {
797
+ "name": "q",
798
+ "in": "query",
799
+ "changed_fields": [
800
+ "description"
801
+ ]
802
+ }
803
+ ]
804
+ }
805
+ },
806
+ {
807
+ "method": "GET",
808
+ "path": "/api/v2/projects/{projectId}/join-requests",
809
+ "summary": "List project join requests",
810
+ "changes": [
811
+ "description"
812
+ ]
813
+ },
814
+ {
815
+ "method": "GET",
816
+ "path": "/api/v2/projects/{projectId}/members",
817
+ "summary": "List project members",
818
+ "changes": [
819
+ "parameters"
820
+ ],
821
+ "parameter_changes": {
822
+ "added": [],
823
+ "removed": [
824
+ {
825
+ "name": "useSynonym",
826
+ "in": "query"
827
+ }
828
+ ],
829
+ "modified": []
830
+ }
831
+ },
832
+ {
833
+ "method": "GET",
834
+ "path": "/api/v2/projects/{projectId}/summary",
835
+ "summary": "Get project summary",
836
+ "changes": [
837
+ "description"
838
+ ]
839
+ },
840
+ {
841
+ "method": "GET",
842
+ "path": "/api/v2/projects/{projectId}/worksheet-excel/{reportNoSimple}",
843
+ "summary": "Get Excel download link for a worksheet",
844
+ "changes": [
845
+ "summary",
846
+ "description",
847
+ "parameters",
848
+ "tags"
849
+ ],
850
+ "parameter_changes": {
851
+ "added": [],
852
+ "removed": [],
853
+ "modified": [
854
+ {
855
+ "name": "projectId",
856
+ "in": "path",
857
+ "changed_fields": [
858
+ "description"
859
+ ]
860
+ },
861
+ {
862
+ "name": "reportNoSimple",
863
+ "in": "path",
864
+ "changed_fields": [
865
+ "description"
866
+ ]
867
+ }
868
+ ]
869
+ }
870
+ },
871
+ {
872
+ "method": "GET",
873
+ "path": "/api/v2/projects/{projectId}/worksheet-excel/{reportNoSimple}/sheets",
874
+ "summary": "List POISheet sheets for a worksheet Excel",
875
+ "changes": [
876
+ "summary",
877
+ "description",
878
+ "parameters",
879
+ "tags"
880
+ ],
881
+ "parameter_changes": {
882
+ "added": [],
883
+ "removed": [],
884
+ "modified": [
885
+ {
886
+ "name": "projectId",
887
+ "in": "path",
888
+ "changed_fields": [
889
+ "description"
890
+ ]
891
+ },
892
+ {
893
+ "name": "reportNoSimple",
894
+ "in": "path",
895
+ "changed_fields": [
896
+ "description"
897
+ ]
898
+ }
899
+ ]
900
+ }
901
+ },
902
+ {
903
+ "method": "GET",
904
+ "path": "/api/v2/projects/{projectId}/worksheet-excel/{uuid}/metadata",
905
+ "summary": "Get Excel file metadata for a worksheet import",
906
+ "changes": [
907
+ "summary",
908
+ "description",
909
+ "parameters",
910
+ "tags"
911
+ ],
912
+ "parameter_changes": {
913
+ "added": [],
914
+ "removed": [],
915
+ "modified": [
916
+ {
917
+ "name": "projectId",
918
+ "in": "path",
919
+ "changed_fields": [
920
+ "description"
921
+ ]
922
+ },
923
+ {
924
+ "name": "uuid",
925
+ "in": "path",
926
+ "changed_fields": [
927
+ "description"
928
+ ]
929
+ }
930
+ ]
931
+ }
932
+ },
933
+ {
934
+ "method": "GET",
935
+ "path": "/api/v2/projects/{projectId}/worksheets",
936
+ "summary": "List worksheet summaries for a project",
937
+ "changes": [
938
+ "summary",
939
+ "description",
940
+ "parameters",
941
+ "tags"
942
+ ],
943
+ "parameter_changes": {
944
+ "added": [],
945
+ "removed": [],
946
+ "modified": [
947
+ {
948
+ "name": "projectId",
949
+ "in": "path",
950
+ "changed_fields": [
951
+ "description"
952
+ ]
953
+ }
954
+ ]
955
+ }
956
+ },
957
+ {
958
+ "method": "GET",
959
+ "path": "/api/v2/projects/{projectId}/worksheets/failuremode/{failureModeId}",
960
+ "summary": "Get worksheet by failure mode ID",
961
+ "changes": [
962
+ "summary",
963
+ "description",
964
+ "parameters",
965
+ "tags"
966
+ ],
967
+ "parameter_changes": {
968
+ "added": [],
969
+ "removed": [],
970
+ "modified": [
971
+ {
972
+ "name": "projectId",
973
+ "in": "path",
974
+ "changed_fields": [
975
+ "description"
976
+ ]
977
+ },
978
+ {
979
+ "name": "failureModeId",
980
+ "in": "path",
981
+ "changed_fields": [
982
+ "description"
983
+ ]
984
+ }
985
+ ]
986
+ }
987
+ },
988
+ {
989
+ "method": "GET",
990
+ "path": "/api/v2/projects/{projectId}/worksheets/{reportNoSimple}",
991
+ "summary": "Get worksheet detail by report number",
992
+ "changes": [
993
+ "summary",
994
+ "description",
995
+ "parameters",
996
+ "tags"
997
+ ],
998
+ "parameter_changes": {
999
+ "added": [],
1000
+ "removed": [],
1001
+ "modified": [
1002
+ {
1003
+ "name": "projectId",
1004
+ "in": "path",
1005
+ "changed_fields": [
1006
+ "description"
1007
+ ]
1008
+ },
1009
+ {
1010
+ "name": "reportNoSimple",
1011
+ "in": "path",
1012
+ "changed_fields": [
1013
+ "description"
1014
+ ]
1015
+ }
1016
+ ]
1017
+ }
1018
+ },
1019
+ {
1020
+ "method": "GET",
1021
+ "path": "/api/v2/projects/{projectId}/worksheets/{reportNo}/headers",
1022
+ "summary": "Get worksheet headers",
1023
+ "changes": [
1024
+ "parameters",
1025
+ "tags"
1026
+ ],
1027
+ "parameter_changes": {
1028
+ "added": [],
1029
+ "removed": [],
1030
+ "modified": [
1031
+ {
1032
+ "name": "projectId",
1033
+ "in": "path",
1034
+ "changed_fields": [
1035
+ "description"
1036
+ ]
1037
+ },
1038
+ {
1039
+ "name": "reportNo",
1040
+ "in": "path",
1041
+ "changed_fields": [
1042
+ "description"
1043
+ ]
1044
+ }
1045
+ ]
1046
+ }
1047
+ },
1048
+ {
1049
+ "method": "GET",
1050
+ "path": "/api/v2/system/context-version",
1051
+ "summary": "Get version info for a deployed web application context",
1052
+ "changes": [
1053
+ "summary",
1054
+ "description",
1055
+ "parameters",
1056
+ "tags"
1057
+ ],
1058
+ "parameter_changes": {
1059
+ "added": [],
1060
+ "removed": [],
1061
+ "modified": [
1062
+ {
1063
+ "name": "contextPath",
1064
+ "in": "query",
1065
+ "changed_fields": [
1066
+ "description"
1067
+ ]
1068
+ }
1069
+ ]
1070
+ }
1071
+ },
1072
+ {
1073
+ "method": "GET",
1074
+ "path": "/api/v2/system/health",
1075
+ "summary": "Health check",
1076
+ "changes": [
1077
+ "summary",
1078
+ "description",
1079
+ "tags"
1080
+ ]
1081
+ },
1082
+ {
1083
+ "method": "GET",
1084
+ "path": "/api/v2/template/action-status",
1085
+ "summary": "Get all action statuses",
1086
+ "changes": [
1087
+ "tags"
1088
+ ]
1089
+ },
1090
+ {
1091
+ "method": "GET",
1092
+ "path": "/api/v2/template/action-status/{id}",
1093
+ "summary": "Get action status by ID",
1094
+ "changes": [
1095
+ "tags"
1096
+ ]
1097
+ },
1098
+ {
1099
+ "method": "GET",
1100
+ "path": "/api/v2/template/block-diagrams/{blockDiagramType}/sheet-headers",
1101
+ "summary": "Get block diagram Excel sheet headers for a given diagram type",
1102
+ "changes": [
1103
+ "summary",
1104
+ "description",
1105
+ "parameters",
1106
+ "tags"
1107
+ ],
1108
+ "parameter_changes": {
1109
+ "added": [],
1110
+ "removed": [],
1111
+ "modified": [
1112
+ {
1113
+ "name": "blockDiagramType",
1114
+ "in": "path",
1115
+ "changed_fields": [
1116
+ "description"
1117
+ ]
1118
+ }
1119
+ ]
1120
+ }
1121
+ },
1122
+ {
1123
+ "method": "GET",
1124
+ "path": "/api/v2/users",
1125
+ "summary": "Search users",
1126
+ "changes": [
1127
+ "parameters"
1128
+ ],
1129
+ "parameter_changes": {
1130
+ "added": [],
1131
+ "removed": [
1132
+ {
1133
+ "name": "useSynonym",
1134
+ "in": "query"
1135
+ }
1136
+ ],
1137
+ "modified": []
1138
+ }
1139
+ },
1140
+ {
1141
+ "method": "GET",
1142
+ "path": "/api/v2/worksheet-templates",
1143
+ "summary": "List worksheet templates",
1144
+ "changes": [
1145
+ "tags"
1146
+ ]
1147
+ },
1148
+ {
1149
+ "method": "GET",
1150
+ "path": "/api/v2/worksheet-templates/{id}",
1151
+ "summary": "Get worksheet template",
1152
+ "changes": [
1153
+ "parameters",
1154
+ "tags"
1155
+ ],
1156
+ "parameter_changes": {
1157
+ "added": [],
1158
+ "removed": [],
1159
+ "modified": [
1160
+ {
1161
+ "name": "id",
1162
+ "in": "path",
1163
+ "changed_fields": [
1164
+ "description"
1165
+ ]
1166
+ }
1167
+ ]
1168
+ }
1169
+ },
1170
+ {
1171
+ "method": "GET",
1172
+ "path": "/api/v2/worksheet-templates/{id}/headers",
1173
+ "summary": "Get worksheet template headers",
1174
+ "changes": [
1175
+ "parameters",
1176
+ "tags"
1177
+ ],
1178
+ "parameter_changes": {
1179
+ "added": [],
1180
+ "removed": [],
1181
+ "modified": [
1182
+ {
1183
+ "name": "id",
1184
+ "in": "path",
1185
+ "changed_fields": [
1186
+ "description"
1187
+ ]
1188
+ }
1189
+ ]
1190
+ }
1191
+ },
1192
+ {
1193
+ "method": "PATCH",
1194
+ "path": "/api/v2/projects/{projectId}",
1195
+ "summary": "Partially update project details",
1196
+ "changes": [
1197
+ "description"
1198
+ ]
1199
+ },
1200
+ {
1201
+ "method": "POST",
1202
+ "path": "/api/v2/admin/projects/dashboard/refresh",
1203
+ "summary": "Refresh worksheet dashboard snapshots",
1204
+ "changes": [
1205
+ "parameters",
1206
+ "tags"
1207
+ ],
1208
+ "parameter_changes": {
1209
+ "added": [],
1210
+ "removed": [],
1211
+ "modified": [
1212
+ {
1213
+ "name": "divisionId",
1214
+ "in": "query",
1215
+ "changed_fields": [
1216
+ "description"
1217
+ ]
1218
+ }
1219
+ ]
1220
+ }
1221
+ },
1222
+ {
1223
+ "method": "POST",
1224
+ "path": "/api/v2/api-keys",
1225
+ "summary": "Issue a new API key for the authenticated user",
1226
+ "changes": [
1227
+ "summary",
1228
+ "description",
1229
+ "tags"
1230
+ ]
1231
+ },
1232
+ {
1233
+ "method": "POST",
1234
+ "path": "/api/v2/api-keys/{id}/regenerate",
1235
+ "summary": "Regenerate an API key",
1236
+ "changes": [
1237
+ "summary",
1238
+ "description",
1239
+ "parameters",
1240
+ "tags"
1241
+ ],
1242
+ "parameter_changes": {
1243
+ "added": [],
1244
+ "removed": [],
1245
+ "modified": [
1246
+ {
1247
+ "name": "id",
1248
+ "in": "path",
1249
+ "changed_fields": [
1250
+ "description"
1251
+ ]
1252
+ }
1253
+ ]
1254
+ }
1255
+ },
1256
+ {
1257
+ "method": "POST",
1258
+ "path": "/api/v2/condition-library/{type}",
1259
+ "summary": "Create condition library node",
1260
+ "changes": [
1261
+ "description"
1262
+ ]
1263
+ },
1264
+ {
1265
+ "method": "POST",
1266
+ "path": "/api/v2/excel/generate",
1267
+ "summary": "Generate an Excel file from spreadsheet data",
1268
+ "changes": [
1269
+ "summary",
1270
+ "description",
1271
+ "tags"
1272
+ ]
1273
+ },
1274
+ {
1275
+ "method": "POST",
1276
+ "path": "/api/v2/files",
1277
+ "summary": "Upload one or more files",
1278
+ "changes": [
1279
+ "summary",
1280
+ "description",
1281
+ "tags"
1282
+ ]
1283
+ },
1284
+ {
1285
+ "method": "POST",
1286
+ "path": "/api/v2/fourm",
1287
+ "summary": "Create a 4M record",
1288
+ "changes": [
1289
+ "summary",
1290
+ "description",
1291
+ "tags"
1292
+ ]
1293
+ },
1294
+ {
1295
+ "method": "POST",
1296
+ "path": "/api/v2/projects/{projectId}/documents/categories/{documentCategory}",
1297
+ "summary": "Add a document to a project category",
1298
+ "changes": [
1299
+ "summary",
1300
+ "description",
1301
+ "parameters",
1302
+ "tags"
1303
+ ],
1304
+ "parameter_changes": {
1305
+ "added": [],
1306
+ "removed": [],
1307
+ "modified": [
1308
+ {
1309
+ "name": "projectId",
1310
+ "in": "path",
1311
+ "changed_fields": [
1312
+ "description"
1313
+ ]
1314
+ },
1315
+ {
1316
+ "name": "documentCategory",
1317
+ "in": "path",
1318
+ "changed_fields": [
1319
+ "description"
1320
+ ]
1321
+ }
1322
+ ]
1323
+ }
1324
+ },
1325
+ {
1326
+ "method": "POST",
1327
+ "path": "/api/v2/projects/{projectId}/join-requests",
1328
+ "summary": "Create a project join request",
1329
+ "changes": [
1330
+ "description"
1331
+ ]
1332
+ },
1333
+ {
1334
+ "method": "POST",
1335
+ "path": "/api/v2/projects/{projectId}/worksheet-excel/{uuid}",
1336
+ "summary": "Import a new worksheet from an uploaded Excel file",
1337
+ "changes": [
1338
+ "summary",
1339
+ "description",
1340
+ "parameters",
1341
+ "tags"
1342
+ ],
1343
+ "parameter_changes": {
1344
+ "added": [],
1345
+ "removed": [],
1346
+ "modified": [
1347
+ {
1348
+ "name": "projectId",
1349
+ "in": "path",
1350
+ "changed_fields": [
1351
+ "description"
1352
+ ]
1353
+ },
1354
+ {
1355
+ "name": "uuid",
1356
+ "in": "path",
1357
+ "changed_fields": [
1358
+ "description"
1359
+ ]
1360
+ }
1361
+ ]
1362
+ }
1363
+ },
1364
+ {
1365
+ "method": "POST",
1366
+ "path": "/api/v2/projects/{projectId}/worksheets",
1367
+ "summary": "Create a new worksheet in a project",
1368
+ "changes": [
1369
+ "summary",
1370
+ "description",
1371
+ "parameters",
1372
+ "tags"
1373
+ ],
1374
+ "parameter_changes": {
1375
+ "added": [],
1376
+ "removed": [],
1377
+ "modified": [
1378
+ {
1379
+ "name": "projectId",
1380
+ "in": "path",
1381
+ "changed_fields": [
1382
+ "description"
1383
+ ]
1384
+ }
1385
+ ]
1386
+ }
1387
+ },
1388
+ {
1389
+ "method": "POST",
1390
+ "path": "/api/v2/projects/{projectId}/worksheets/failuremode/{failureModeId}",
1391
+ "summary": "Create worksheet row for a failure mode",
1392
+ "changes": [
1393
+ "summary",
1394
+ "description",
1395
+ "parameters",
1396
+ "tags"
1397
+ ],
1398
+ "parameter_changes": {
1399
+ "added": [],
1400
+ "removed": [],
1401
+ "modified": [
1402
+ {
1403
+ "name": "projectId",
1404
+ "in": "path",
1405
+ "changed_fields": [
1406
+ "description"
1407
+ ]
1408
+ },
1409
+ {
1410
+ "name": "failureModeId",
1411
+ "in": "path",
1412
+ "changed_fields": [
1413
+ "description"
1414
+ ]
1415
+ },
1416
+ {
1417
+ "name": "blockDiagramId",
1418
+ "in": "query",
1419
+ "changed_fields": [
1420
+ "description"
1421
+ ]
1422
+ }
1423
+ ]
1424
+ }
1425
+ },
1426
+ {
1427
+ "method": "POST",
1428
+ "path": "/api/v2/template/action-status",
1429
+ "summary": "Create action status",
1430
+ "changes": [
1431
+ "tags"
1432
+ ]
1433
+ },
1434
+ {
1435
+ "method": "PUT",
1436
+ "path": "/api/v2/fourm/{id}",
1437
+ "summary": "Update a 4M record",
1438
+ "changes": [
1439
+ "summary",
1440
+ "description",
1441
+ "parameters",
1442
+ "tags"
1443
+ ],
1444
+ "parameter_changes": {
1445
+ "added": [],
1446
+ "removed": [],
1447
+ "modified": [
1448
+ {
1449
+ "name": "id",
1450
+ "in": "path",
1451
+ "changed_fields": [
1452
+ "description"
1453
+ ]
1454
+ }
1455
+ ]
1456
+ }
1457
+ },
1458
+ {
1459
+ "method": "PUT",
1460
+ "path": "/api/v2/projects/{projectId}/high-items",
1461
+ "summary": "Batch upsert and reorder high items by project",
1462
+ "changes": [
1463
+ "parameters"
1464
+ ],
1465
+ "parameter_changes": {
1466
+ "added": [],
1467
+ "removed": [],
1468
+ "modified": [
1469
+ {
1470
+ "name": "projectId",
1471
+ "in": "path",
1472
+ "changed_fields": [
1473
+ "description"
1474
+ ]
1475
+ }
1476
+ ]
1477
+ }
1478
+ },
1479
+ {
1480
+ "method": "PUT",
1481
+ "path": "/api/v2/projects/{projectId}/join-requests",
1482
+ "summary": "Approve or reject project join requests in batch",
1483
+ "changes": [
1484
+ "description"
1485
+ ]
1486
+ },
1487
+ {
1488
+ "method": "PUT",
1489
+ "path": "/api/v2/projects/{projectId}/join-requests/{requestId}",
1490
+ "summary": "Approve or reject a project join request",
1491
+ "changes": [
1492
+ "description"
1493
+ ]
1494
+ },
1495
+ {
1496
+ "method": "PUT",
1497
+ "path": "/api/v2/projects/{projectId}/worksheet-excel/{uuid}",
1498
+ "summary": "Re-import a worksheet from an uploaded Excel file",
1499
+ "changes": [
1500
+ "summary",
1501
+ "description",
1502
+ "parameters",
1503
+ "tags"
1504
+ ],
1505
+ "parameter_changes": {
1506
+ "added": [],
1507
+ "removed": [],
1508
+ "modified": [
1509
+ {
1510
+ "name": "projectId",
1511
+ "in": "path",
1512
+ "changed_fields": [
1513
+ "description"
1514
+ ]
1515
+ },
1516
+ {
1517
+ "name": "uuid",
1518
+ "in": "path",
1519
+ "changed_fields": [
1520
+ "description"
1521
+ ]
1522
+ }
1523
+ ]
1524
+ }
1525
+ },
1526
+ {
1527
+ "method": "PUT",
1528
+ "path": "/api/v2/projects/{projectId}/worksheets/{reportNoSimple}",
1529
+ "summary": "Save worksheet data by report number",
1530
+ "changes": [
1531
+ "summary",
1532
+ "description",
1533
+ "parameters",
1534
+ "tags"
1535
+ ],
1536
+ "parameter_changes": {
1537
+ "added": [],
1538
+ "removed": [],
1539
+ "modified": [
1540
+ {
1541
+ "name": "projectId",
1542
+ "in": "path",
1543
+ "changed_fields": [
1544
+ "description"
1545
+ ]
1546
+ },
1547
+ {
1548
+ "name": "reportNoSimple",
1549
+ "in": "path",
1550
+ "changed_fields": [
1551
+ "description"
1552
+ ]
1553
+ }
1554
+ ]
1555
+ }
1556
+ },
1557
+ {
1558
+ "method": "PUT",
1559
+ "path": "/api/v2/projects/{projectId}/worksheets/{reportNo}/{failureModeId}",
1560
+ "summary": "Save worksheet data for a specific failure mode",
1561
+ "changes": [
1562
+ "summary",
1563
+ "description",
1564
+ "parameters",
1565
+ "tags"
1566
+ ],
1567
+ "parameter_changes": {
1568
+ "added": [],
1569
+ "removed": [],
1570
+ "modified": [
1571
+ {
1572
+ "name": "projectId",
1573
+ "in": "path",
1574
+ "changed_fields": [
1575
+ "description"
1576
+ ]
1577
+ },
1578
+ {
1579
+ "name": "reportNo",
1580
+ "in": "path",
1581
+ "changed_fields": [
1582
+ "description"
1583
+ ]
1584
+ },
1585
+ {
1586
+ "name": "failureModeId",
1587
+ "in": "path",
1588
+ "changed_fields": [
1589
+ "description"
1590
+ ]
1591
+ }
1592
+ ]
1593
+ }
1594
+ },
1595
+ {
1596
+ "method": "PUT",
1597
+ "path": "/api/v2/template/action-status/{id}",
1598
+ "summary": "Update action status",
1599
+ "changes": [
1600
+ "tags"
1601
+ ]
1602
+ }
1603
+ ]
1604
+ }