@@ -522,24 +522,7 @@ paths:
522
522
application/json :
523
523
schema :
524
524
$ref : ' #/components/schemas/events'
525
- patch :
526
- summary : Lock all Test Data Files
527
- operationId : lock_all_test_data
528
- tags :
529
- - Test Data
530
- responses :
531
- ' 200 ' :
532
- description : All test data files locked successfully
533
- content :
534
- application/json :
535
- schema :
536
- $ref : ' #/components/schemas/events'
537
- ' 500 ' :
538
- description : Processing error
539
- content :
540
- application/json :
541
- schema :
542
- $ref : ' #/components/schemas/events'
525
+
543
526
544
527
/api/test_data/{file_name}/ :
545
528
get :
@@ -650,24 +633,7 @@ paths:
650
633
application/json :
651
634
schema :
652
635
$ref : ' #/components/schemas/events'
653
- patch :
654
- summary : Lock all Migration Files
655
- operationId : lock_all_migrations
656
- tags :
657
- - Migrations
658
- responses :
659
- ' 200 ' :
660
- description : All migration files locked successfully
661
- content :
662
- application/json :
663
- schema :
664
- $ref : ' #/components/schemas/events'
665
- ' 500 ' :
666
- description : Processing error
667
- content :
668
- application/json :
669
- schema :
670
- $ref : ' #/components/schemas/events'
636
+
671
637
672
638
673
639
/api/migrations/{file_name}/ :
@@ -954,8 +920,9 @@ components:
954
920
file :
955
921
type : object
956
922
properties :
957
- name :
923
+ file_name :
958
924
type : string
925
+ description : Name of the file
959
926
created_at :
960
927
type : string
961
928
format : date-time
@@ -1065,7 +1032,7 @@ components:
1065
1032
properties :
1066
1033
description : Properties of an Object type
1067
1034
type : object
1068
- properties :
1035
+ additionalProperties :
1069
1036
$ref : ' #/components/schemas/dictionary'
1070
1037
additionalProperties :
1071
1038
description : Should the object type allow additional properties
0 commit comments