183 bugfix

This commit is contained in:
2025-11-28 19:15:00 +03:00
parent fafbaa4428
commit 510a7a8f74
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
//variables.framework.docs={};
variables.framework.docs.APIName="svc-api";
variables.framework.docs.APIVersion="0.182"; /*$ git config --global --unset user.password*/
variables.framework.docs.APIVersion="0.183"; /*$ git config --global --unset user.password*/
variables.framework.globalHeaders = structNew();
variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location";
+4
View File
@@ -130,6 +130,8 @@
vaultUrl,
arguments.login,
arguments.clientID,
arguments.usrId,
arguments.contragentId,
arguments.isImpersonated)/>
<cfset var out = structNew("linked")/>
@@ -149,6 +151,8 @@
<cfargument name="vaultUrl" type="string" required=true hint="type:string"/>
<cfargument name="login" type="string" required=true hint="type:string"/>
<cfargument name="wz" type="string" required=true hint="type:string WZ"/>
<cfargument name="usrId" type="string" required=true hint="type:string WZ"/>
<cfargument name="contragentId" type="string" required=true hint="type:string WZ"/>
<cfargument name="isImpersonated" type="string" required=true hint="type:boolean"/>
<cftry>