You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +02:00
Main build (Jenkins)
This commit is contained in:
13428
service/dictionaries/en.json
vendored
13428
service/dictionaries/en.json
vendored
File diff suppressed because it is too large
Load Diff
@@ -2518,7 +2518,7 @@ Procedure WriteSwaggerPage(Val Library, Val Method, Val Options)
|
||||
NeedJSONVariant = SimplestMethod = "GET" Or SimplestMethod = "POST";
|
||||
DescriptionStructure.Insert("post", MakeDescriptionPost(OptionsTable, NeedJSONVariant));
|
||||
|
||||
ResponsesStructure = CreateResponseScheme();
|
||||
ResponseMap = CreateResponseScheme();
|
||||
|
||||
AugmentedDescription = New Structure;
|
||||
|
||||
@@ -2527,7 +2527,7 @@ Procedure WriteSwaggerPage(Val Library, Val Method, Val Options)
|
||||
Key = Description.Key;
|
||||
Value = Description.Value;
|
||||
|
||||
Value.Insert("responses", ResponsesStructure);
|
||||
Value.Insert("responses", ResponseMap);
|
||||
AugmentedDescription.Insert(Key, Value);
|
||||
|
||||
EndDo;
|
||||
@@ -2670,7 +2670,7 @@ Function MakeBodyVariants(Val OptionsTable, Val NeedJSONVariant)
|
||||
|
||||
PropertyStructure.Insert("description", Description);
|
||||
|
||||
PropertiesStructure.Insert(Key, PropertyStructure);
|
||||
PropertiesStructure.Insert(Key, OPI_Tools.CopyCollection(PropertyStructure));
|
||||
|
||||
If StrFind(Description, "(optional, def. val.") = 0 Then
|
||||
MandatoryArray.Add(Key);
|
||||
@@ -2696,7 +2696,7 @@ EndFunction
|
||||
|
||||
Function CreateResponseScheme()
|
||||
|
||||
ResponsesScheme = New Structure;
|
||||
ResponsesScheme = New Map;
|
||||
|
||||
ResponsesScheme.Insert("200", CreateResponseScheme200());
|
||||
|
||||
|
@@ -2518,7 +2518,7 @@ Procedure WriteSwaggerPage(Val Library, Val Method, Val Options)
|
||||
NeedJSONVariant = SimplestMethod = "GET" Or SimplestMethod = "POST";
|
||||
DescriptionStructure.Insert("post", MakeDescriptionPost(OptionsTable, NeedJSONVariant));
|
||||
|
||||
ResponsesStructure = CreateResponseScheme();
|
||||
ResponseMap = CreateResponseScheme();
|
||||
|
||||
AugmentedDescription = New Structure;
|
||||
|
||||
@@ -2527,7 +2527,7 @@ Procedure WriteSwaggerPage(Val Library, Val Method, Val Options)
|
||||
Key = Description.Key;
|
||||
Value = Description.Value;
|
||||
|
||||
Value.Insert("responses", ResponsesStructure);
|
||||
Value.Insert("responses", ResponseMap);
|
||||
AugmentedDescription.Insert(Key, Value);
|
||||
|
||||
EndDo;
|
||||
@@ -2670,7 +2670,7 @@ Function MakeBodyVariants(Val OptionsTable, Val NeedJSONVariant)
|
||||
|
||||
PropertyStructure.Insert("description", Description);
|
||||
|
||||
PropertiesStructure.Insert(Key, PropertyStructure);
|
||||
PropertiesStructure.Insert(Key, OPI_Tools.CopyCollection(PropertyStructure));
|
||||
|
||||
If StrFind(Description, "(optional, def. val.") = 0 Then
|
||||
MandatoryArray.Add(Key);
|
||||
@@ -2696,7 +2696,7 @@ EndFunction
|
||||
|
||||
Function CreateResponseScheme()
|
||||
|
||||
ResponsesScheme = New Structure;
|
||||
ResponsesScheme = New Map;
|
||||
|
||||
ResponsesScheme.Insert("200", CreateResponseScheme200());
|
||||
|
||||
|
Reference in New Issue
Block a user